summaryrefslogtreecommitdiffstats
path: root/web/react/components/post_right.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-411/+0
|
* Added clearing of search bar on close of comment section of RHSnickago2015-08-251-0/+7
|
* Upon exiting edit post modal, foucs is placed on the respective text input fieldnickago2015-08-211-2/+2
|
* Formatted comments' time in RHS similar to rootnickago2015-08-181-2/+2
|
* reformatted post_right to match style guide more closelyJoramWilander2015-08-181-55/+61
|
* MM-319 - Minor ui changesAsaad Mahmood2015-08-181-1/+1
|
* add received post action on successful post/comment retryJoramWilander2015-08-181-0/+5
|
* minor bug fixes to pending postsJoramWilander2015-08-181-0/+1
|
* finalize implenetation of predictive client posts so that users get ↵JoramWilander2015-08-181-92/+117
| | | | immediate feedback after posting
* added client predictive commentingJoramWilander2015-08-181-3/+50
|
* Minor refactoring for better maintainibilityReed Garmsen2015-08-131-6/+3
|
* Updating UI to cover RHS and the centre channel separatelyAsaad Mahmood2015-08-131-1/+1
|
* UI Upgrades to file overlay for uploadsAsaad Mahmood2015-08-131-3/+5
|
* Implements better markup for css changes to be made, including an overlay of ↵Reed Garmsen2015-08-121-0/+4
| | | | the dropzones and help pic/text
* Added check to make sure files are not stringsReed Garmsen2015-08-121-6/+1
|
* Changed structure to keep code contained to file_upload.jsxReed Garmsen2015-08-121-5/+1
|
* Working on adding overlays for file drag and dropReed Garmsen2015-08-121-1/+10
|
* Fix ViewImageModals created by RHS posts so that their ids are distinct from ↵hmhealey2015-07-291-6/+6
| | | | those in the main window
* Cleaned up references to the current post in post_right.jsxhmhealey2015-07-291-30/+33
|
* Reconcile the code to display attachment previews into a FileAttachmentList ↵hmhealey2015-07-291-118/+13
| | | | class to clean up duplicated code.
* Fixes issue with images not displaying due to window.origin not being ↵Reed Garmsen2015-07-271-2/+2
| | | | defined in IE10
* Fixed reference to non-existant local variable that prevented the sidebar ↵hmhealey2015-07-231-1/+1
| | | | from opening message threads containing non-image attachments
* Merge pull request #219 from nickago/scrollBugCorey Hulen2015-07-221-0/+2
|\ | | | | Fixes RHS scrolling into whitespace on new comment open
| * Upon changing to a new comment thread, fixes the the bug of the RHS ↵nickago2015-07-211-0/+2
| | | | | | | | scrolling to whitespace below the pane
* | Adjusting scroll in RHS to not show whitespaceAsaad Mahmood2015-07-221-0/+1
| |
* | fixed thumbnails and files in RHSJoramWilander2015-07-221-25/+24
|/
* Merge pull request #211 from rgarmsen2295/mm-1186Christopher Speller2015-07-201-0/+6
|\ | | | | MM-1186 Adds channel name to RHS comment threads
| * Added channel name to RHS comment threads; minor css changes to compensate ↵Reed Garmsen2015-07-191-0/+6
| | | | | | | | for addition
* | fixes mm-831 post timestamps now updateJoramWilander2015-07-201-2/+9
| |
* | Removed remenant of non-hover systemnickago2015-07-181-3/+1
|/
* Changed javascript to CSS methodnickago2015-07-171-3/+1
|
* MM-1401 - Removing most inline styles and other UI changesAsaad Mahmood2015-07-171-1/+1
|
* Revert "MM-831 Time change ping riding on the status interupt for timestamp ↵Joram Wilander2015-07-141-16/+2
| | | | update"
* Merge pull request #174 from nickago/MM-831-3Joram Wilander2015-07-141-2/+16
|\ | | | | MM-831 Time change ping riding on the status interupt for timestamp update
| * Added semicolonsnickago2015-07-141-1/+1
| |
| * Fixed 'this' typo and added semicolonnickago2015-07-131-1/+1
| |
| * Added timestamp updates to right side and cleaned codenickago2015-07-131-2/+16
| |
* | Added update function to image update and fixed corner casesnickago2015-07-131-1/+2
| |
* | Added timestamps to pictures to stop cachingnickago2015-07-131-1/+2
|/
* MM-1444 - Fixing text selection issueAsaad Mahmood2015-07-091-2/+1
|
* Changing var currentUser in post_rightAsaad Mahmood2015-07-171-6/+6
|
* Added additional class to the markup indicating if the post came from the ↵Reed Garmsen2015-07-021-5/+15
| | | | current user
* first commit=Corey Hulen2015-06-141-0/+397