summaryrefslogtreecommitdiffstats
path: root/web/react/components/rhs_thread.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Fix deleting threadsJoramWilander2016-02-251-3/+5
|
* Another fix for RHS thread profilesJoramWilander2016-02-251-1/+1
|
* Fix RHS usernames and intro message usernamesJoramWilander2016-02-241-1/+1
|
* Fix profiles issue with RHSJoramWilander2016-02-241-2/+3
|
* Refactor listener out of user profile and fix thread logicJoramWilander2016-02-231-88/+61
|
* Updating some client deps + eslintChristopher Speller2016-02-221-2/+2
|
* Fixed react warning issue with setState in RHSReed Garmsen2016-01-131-2/+10
|
* PLT-1310 fixing regression caused by this bug=Corey Hulen2015-12-031-0/+9
|
* PLT-1301 Fixing RHS disappearing bug=Corey Hulen2015-12-021-1/+0
|
* Implementing Permalinks and jumping to post from search. PerformanceChristopher Speller2015-11-231-1/+1
| | | | improvements.
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-11/+11
| | | | system.
* Removing height variableAsaad Mahmood2015-11-161-1/+0
|
* Multiple UI ImprovementsAsaad Mahmood2015-11-161-1/+0
|
* Rename areStatesEqual to areObjectsEqual and make it more comprehensive and ↵JoramWilander2015-11-121-2/+2
| | | | accurate.
* Some renamingChristopher Speller2015-11-021-5/+5
|
* Handle window resize events in React wayAntti Ahti2015-10-201-9/+18
| | | | | | Use the React-way of handling resize events. Essentially store the window size in component state instead of doing some custom handling. See http://facebook.github.io/react/tips/dom-event-listeners.html
* Merge remote-tracking branch 'upstream/master' into PLT-637Stas Vovk2015-10-161-4/+4
|\ | | | | | | | | Conflicts: web/react/utils/constants.jsx
| * Multiple UI ImprovementsAsaad Mahmood2015-10-151-4/+4
| |
* | update posts time in the right sidebar when user changes time formatStas Vovk2015-10-151-0/+14
|/
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Now handles commenting on a deleted post gracefully, and checks for any ↵Reed Garmsen2015-10-071-11/+7
| | | | areas where data may no longer exist once a post has been deleted
* Initial changes to how trying to comment on a deleted post is handledReed Garmsen2015-10-061-0/+7
|
* Merge pull request #591 from mattermost/mm-1909Corey Hulen2015-09-031-2/+1
|\ | | | | MM-1909 Upgrading ESLint, turning on new rules, enabling some warnings, optimizations
| * Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-09-031-2/+1
| |
* | Added emoji wrapper with cross platform available gliffsnickago2015-09-031-11/+0
|/
* Fixed some react warnings involving missing keys in render arraysReed Garmsen2015-09-021-1/+1
|
* MM-2065 style refactoring=Corey Hulen2015-09-011-5/+12
|
* Refactored post handling/updating on both the client and server.JoramWilander2015-08-271-0/+215