summaryrefslogtreecommitdiffstats
path: root/web/react/components/channel_members_modal.jsx
Commit message (Collapse)AuthorAgeFilesLines
* 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