summaryrefslogtreecommitdiffstats
path: root/web/react/components/channel_members_modal.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Multiple UI ImprovementsAsaad Mahmood2016-03-081-5/+4
|
* Fixed max height for all modals using FilteredUserListshmhealey2016-03-031-17/+6
|
* Fixed localization issues with ChannelMembersModalhmhealey2016-03-031-1/+1
|
* Moved localized strings for PLT-1090hmhealey2016-03-031-1/+1
|
* Merged contents of MoreDirectChannelsModal and ChannelMembersModal into UserListhmhealey2016-03-031-57/+37
|
* Updating some client deps + eslintChristopher Speller2016-02-221-1/+1
|
* PLT-7: Refactoring frontend (chunk 10)Elias Nahum2016-02-021-3/+18
| | | | | | - Modals - Fix bug on msg_typing - Add missing translations in es.json for EE
* Added a loading screen to ChannelMembersModal and made it pull all channel ↵hmhealey2016-01-071-13/+36
| | | | members before rendering
* Removed some internal state from ChannelMembersModal and ChannelInviteModalhmhealey2015-12-031-10/+5
|
* Switched ChannelInviteModal to use a ToggleModalButton wherever possiblehmhealey2015-12-031-1/+1
|
* Implementing Permalinks and jumping to post from search. PerformanceChristopher Speller2015-11-231-1/+13
| | | | improvements.
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-7/+7
| | | | system.
* Rename areStatesEqual to areObjectsEqual and make it more comprehensive and ↵JoramWilander2015-11-121-1/+1
| | | | accurate.
* Modal improvements for membersAsaad Mahmood2015-11-051-9/+26
|
* Convert channel_members and channel_invite modals to react boostrap to fix ↵JoramWilander2015-11-041-0/+193
performance issues