summaryrefslogtreecommitdiffstats
path: root/webapp/components/searchable_channel_list.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Bug fixes for search and direct messages (#4986)Asaad Mahmood2017-01-061-2/+4
| | | | | | * PLT-5145 - Fixing search popover on mobile * PLT-5093 - Fixing direct messages list height
* Revert "Ui fixes" (#4963)Joram Wilander2017-01-041-3/+1
|
* Ui fixes (#4917)Asaad Mahmood2016-12-301-1/+3
| | | | | | | | * PLT-5089 - Updating modal buttons * PLT-5090 - Full name and position overflow * PLT-5093 - Updating modal lists
* PLT-4815 Refactor 'More Channels' modal into the new modal pattern (#4742)Joram Wilander2016-12-151-1/+1
| | | | | | | | * Refactor 'More Channels' modal into the new modal pattern * Fix unit test * Readded CSS changes
* PLT-4403 Add server-based channel autocomplete, search and paging (#4585)Joram Wilander2016-11-241-0/+205
* Add more channel paging API * Add channel paging support to client * Add DB channel search functions * Add API for searching more channels * Add more channel search functionality to client * Add API for autocompleting channels * Add channel autocomplete functionality to the client * Move to be deprecated APIs to their own file * Final clean-up * Fixes related to feedback * Localization changes * Add unit as suffix to timeout constants