summaryrefslogtreecommitdiffstats
path: root/webapp/components/team_members_modal.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-181-3/+5
| | | | | | | | | | | | | | | | | | | | | | | | * 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-6213 Move team store and actions over to use redux (#6222)Joram Wilander2017-04-261-1/+1
| | | | | | * Move team store and actions over to user redux * Fix JS error when inviting by email
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
| | | | | | | | | | | | * 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-4783 Fix autofocus for "Add/Manage Members" and "More public channels" ↵Nick Frazier2016-12-091-1/+5
| | | | | | | | | | | | | | | | | | | | modals (#4610) * test fix * additional test fix * removed commented line * test fix additional test fix removed commented line fixed sidebar, rolled back web_client fix * fix for more_channels input focus bug
* Multiple UI improvements (#4671)Asaad Mahmood2016-11-291-12/+0
| | | | | | | PLT-4638 - Removing close buttons from modals Updating UI for filter and search on mobile Reverting utils
* PLT-4609 - Fixing list modals on mobile (#4453)Asaad Mahmood2016-11-081-7/+0
| | | | | | | | | | | | | | | | | | | | | | * PLT-4609 - Fixing list modals on mobile Removing style prop Removing utils import PLT-4609 - Fixing list modals on mobile Removing style prop Removing utils import Removing Utils Removing memberlist style prop Removing blank line * Removing height code from team members modal
* PLT-4507 Don't mount modals until opened to make resetting state automatic ↵Joram Wilander2016-11-041-5/+11
| | | | | | | | (#4358) * Don't mount modals until opened to make resetting state automatic * Move dimiss handler to be fired after modal exit animation complete
* PLT-4333 Fixed TeamMembersModal to not close when the main menu closes (#4284)Harrison Healey2016-10-201-4/+1
| | | | | | | | * Stopped adding # to url when opening about modal * Dismissed sidebar header dropdown when opening Team Settings modal * Fixed TeamMembersModal to not disappear when the sidebar header dropdown closes
* PLT-2712 Added view members for non-admins in channel and team (#3618)David Lu2016-07-201-2/+6
| | | | | | * Added view members for non-admins in channel and team * changed variable name
* Multiple UI Improvements (#2802)Asaad Mahmood2016-04-261-7/+9
|
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-0/+89