summaryrefslogtreecommitdiffstats
path: root/webapp/components/admin_console/manage_teams_modal
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6987 User access token UI (#7007)Joram Wilander2017-08-012-16/+7
| | | | | | | | | | * Add user access token UI * Fix enter press and update mattermost-redux * Updating UI for access token stuff (#7066) * Revert segment key
* Minor fixes based on lgtm.com alerts (#6819)Alex Ford2017-07-071-2/+2
| | | | | | | | | | * Remove a couple of superfluous trailing arguments * Simplify assignment logic in a couple of places * Modify some potentially inconsistent setState calls to use the function form * Fix eslint errors
* Move user actions over to use redux and v4 (#6649)Joram Wilander2017-06-151-2/+2
|
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-183-12/+18
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* Add IDs to system_users_dropdown and manage_teams_dropdown (#6274)doh52017-05-021-3/+12
| | | | | | | | | | | | * Add IDs to system_users_dropdown * Add IDs to manage_teams_dropdown For UI Automation * Update system_users_dropdown.jsx * Update manage_teams_dropdown.jsx
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-123-3/+3
| | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots
* PLT-6098 Added Manage Teams modal to System Console users list (#5914)Harrison Healey2017-04-033-0/+414
* Added Manage Teams modal to System Console users list * Localized ManageTeamsModal * Fixed borders between Manage Teams list items * Updated appearance of ManageTeamsModal * Fixed admin being redirected from system console when removing self from a team * Sorted teams in ManageTeamsModal * Updated Manage Teams styling