summaryrefslogtreecommitdiffstats
path: root/webapp/components/channel_members_dropdown
Commit message (Collapse)AuthorAgeFilesLines
* Fix system admin not seeing manage channel members options (#6831)Joram Wilander2017-07-041-28/+28
|
* remove channel members dropdown when its menu is empty (#6713)Saturnino Abril2017-06-211-0/+6
|
* PLT-6724 Hide options relating to channel admin when not licensed (#6583)Harrison Healey2017-06-051-13/+7
|
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-181-6/+8
| | | | | | | | | | | | | | | | | | | | | | | | * Updating client dependancies. Switching to using yarn. * Updating React * Moving pure components to using function syntax (performance gains with newer react version) * Updating client dependancies. * Ignore .yarninstall * Enabling pre-lockfile because it's the entire point of using yarn. * Removing old webpack config * Moving to new prop-types * Fixing ESLint Errors * Updating jest snapshots. * Cleaning up package.json
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-282-0/+290
* Move channel store and actions over to redux * Fix style errors * Fix unit test * Various fixes * More fixes * Revert config changes