summaryrefslogtreecommitdiffstats
path: root/web/react/components/sidebar.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-714/+0
|
* Convering client to react-router.Christopher Speller2016-03-141-10/+20
|
* Fix statuses not rendering until a change in the LHSJoramWilander2016-02-081-1/+3
|
* Merge pull request #2037 from mattermost/plt-1862Corey Hulen2016-02-011-1/+4
|\ | | | | PLT-1862 Fix console errors
| * Fix console errorsJoramWilander2016-02-011-1/+4
| |
* | PLT-7: Refactoring frontend (chunk 8)Elias Nahum2016-02-011-28/+81
|/ | | | | - Sidebar and related components - Small Tweak to demotion and add msg for terminal cmd
* Updating favicon stuffAsaad Mahmood2016-01-221-2/+2
|
* Adding away icon and changing online and offline iconsAsaad Mahmood2016-01-111-1/+1
|
* Changed how the sidebar opens the more channels modalhmhealey2015-12-181-3/+7
|
* Merge pull request #1733 from hmhealey/plt1437Christopher Speller2015-12-161-3/+3
|\ | | | | PLT-1437 PreferenceStore api changes and fixing CreatePost warning
| * Improved PreferenceStore api when getting valueshmhealey2015-12-151-3/+3
| |
* | Multiple UI ImprovementsAsaad Mahmood2015-12-151-0/+8
|/
* Changed Sidebar direct channel list to be driven by preferenceshmhealey2015-12-081-16/+25
|
* Moved logic for making direct channels visible to both members on post to ↵hmhealey2015-12-071-13/+2
| | | | the server
* Merge pull request #1577 from mattermost/plt-1307Joram Wilander2015-12-021-51/+14
|\ | | | | PLT-1307 Make proper async calls when switching channels
| * Minor changeJoramWilander2015-12-021-2/+1
| |
| * Make proper async calls when switching channelsJoramWilander2015-12-021-52/+16
| |
* | Multiple UI ImprovementsAsaad Mahmood2015-12-011-2/+0
|/
* Improving image modal and removing console logAsaad Mahmood2015-11-301-1/+0
|
* Fixing LHS scroll and Image previewsAsaad Mahmood2015-11-301-0/+5
|
* Implementing Permalinks and jumping to post from search. PerformanceChristopher Speller2015-11-231-4/+0
| | | | improvements.
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-17/+17
| | | | system.
* Merge branch 'release-1.2'Christopher Speller2015-11-121-1/+1
|\
| * Fix channel invite button on channel intro message and fix empty channel ↵JoramWilander2015-11-111-1/+1
| | | | | | | | invite modal.
* | Merge pull request #1409 from mattermost/plt-961Corey Hulen2015-11-121-5/+2
|\ \ | | | | | | PLT-961 Rename areStatesEqual to areObjectsEqual and make it more comprehensive and accurate.
| * | Rename areStatesEqual to areObjectsEqual and make it more comprehensive and ↵JoramWilander2015-11-121-5/+2
| |/ | | | | | | accurate.
* / Sorted channel list before rendering them in the sidebarhmhealey2015-11-121-0/+2
|/
* Update tutorial to not show by defaultJoramWilander2015-11-051-1/+1
|
* Add constant form 'mention'JoramWilander2015-11-051-1/+2
|
* Only show * in tab title when a channel is marked unreadJoramWilander2015-11-051-1/+3
|
* Minor changes to statuses client codeJoramWilander2015-11-031-0/+3
|
* Multiple fixes to major performance issues with teams with 50+ usersJoramWilander2015-11-031-54/+31
|
* Overlay fixes and added class prop for tipsJoramWilander2015-11-021-0/+1
|
* Updating tutorial screensAsaad Mahmood2015-11-021-12/+18
|
* Add tutorial popoversJoramWilander2015-11-021-7/+61
|
* Merge pull request #1249 from mattermost/plt-823Harrison Healey2015-11-021-13/+4
|\ | | | | PLT-823 Refactor of center channel
| * Creating hierarchyChristopher Speller2015-11-021-13/+4
| |
* | display full name, nickname or username in direct messagesStas Vovk2015-11-011-1/+1
|/
* rename methods and varibles to a more meaningful nameFlorian Orben2015-10-261-12/+13
|
* PLT-642: Browser tab alertsFlorian Orben2015-10-261-12/+49
|
* Merge branch 'master' into PLT-44=Corey Hulen2015-10-201-10/+19
|\
| * Handle window resize events in React wayAntti Ahti2015-10-201-10/+19
| | | | | | | | | | | | 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
* | Merging from master=Corey Hulen2015-10-191-100/+16
|\|
| * Merge pull request #1072 from mattermost/plt-554Corey Hulen2015-10-191-92/+0
| |\ | | | | | | PLT-554 Small refactor of websocket code on client and server
| | * Small refactor of websocket code on client and serverJoramWilander2015-10-161-92/+0
| | |
| * | Updating scroll on LHSAsaad Mahmood2015-10-191-1/+3
| | |
| * | Fixing some client warningsChristopher Speller2015-10-161-7/+13
| |/
* | Fixing merge=Corey Hulen2015-10-161-5/+1
|\|
| * Merge pull request #1079 from hmhealey/initprefsChristopher Speller2015-10-161-5/+1
| |\ | | | | | | Added an initial call to get all user preferences on page load
| | * Added an initial call to get all user preferences on page loadhmhealey2015-10-151-5/+1
| | |