summaryrefslogtreecommitdiffstats
path: root/webapp/components/team_sidebar
Commit message (Collapse)AuthorAgeFilesLines
* Increase performance when receiving messages (#5375)Joram Wilander2017-02-131-1/+9
|
* Use consistent Display Name sorting code throughout the webapp #5159 (#5213)Saturnino Abril2017-01-311-15/+15
| | | | | | * Use consistent Display Name sorting code throughout the webapp #5159 * fixed broken sorting of teams and channels
* Fix ios Team Switch double tap (#5051)enahum2017-01-122-14/+20
| | | | | | * Fix ios Team Switch double tap * Removing check of the user agent
* PLT-5204 Fix Team Sidebar empty tooltip (#5028)enahum2017-01-101-1/+1
|
* Fix team switch (#4851)enahum2016-12-222-19/+53
| | | | | | | | | | * Fix team switch * Fix channel switching by using BrowserStore * Fixes plt-5076 and plt-5068 * Updating styles for Teams sidebar (#4875)
* PLT-4167 Team Sidebar (#4569)enahum2016-12-192-0/+253
* PLT-4167 Team Sidebar * Address feedback from PM * change route from my_members to members * bug fixes * Updating styles for teams sidebar (#4681) * Added PM changes * Fix corner cases * Addressing feedback * use two different endpoints * Bug fixes * Rename model and client functions, using preferences to store last team and channel viewed * Fix mobile notification count and closing the team sidebar * unit test, fixed bad merge and retrieve from cached when available * bug fixes * use id for last channel in preferences, query optimization * Updating multi team css (#4830)