summaryrefslogtreecommitdiffstats
path: root/webapp/components/channel_members_dropdown.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-5050 (WebApp): Change channel member roles. (#5076)George Goldberg2017-01-181-1/+67
| | | | Admins can now Promote/Demote channel members in the Channel Manage Membersmodal.
* PLT-5049 (Webapp) New Channel Members UI. (#5036)George Goldberg2017-01-151-0/+180
This replaces the existing Channel Members UI with one based on the Team Members UI, so that either a button, a role or a role with a menu can be displayed. Basic logic for which actions and roles are displayed is implemented, although this doesn't change behaviour or functionality at all, as that will come in later PRs. It does, however, add code to fetch the ChannelMember objects as that is necessary to provide the full set of actions and roles as intended.