summaryrefslogtreecommitdiffstats
path: root/web/react/components
Commit message (Collapse)AuthorAgeFilesLines
* Merge pull request #1308 from asaadmahmoodspin/plt-960Christopher Speller2015-11-054-91/+62
|\ | | | | Plt 960 - Moving code themes into custom themes
| * Updating UI for access history and access log modalsAsaad Mahmood2015-11-051-1/+1
| |
| * Updating code themesAsaad Mahmood2015-11-051-4/+6
| |
| * Merge branch 'plt-960' of https://github.com/rgarmsen2295/platform into PLT-960Asaad Mahmood2015-11-053-90/+59
| |\
| | * Removed old code theme selector and fixed some issuesReed Garmsen2015-11-043-83/+6
| | |
| | * Moved code theme picker into custom theme subareaReed Garmsen2015-11-042-23/+69
| | |
* | | Merge pull request #1298 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-11-045-15/+34
|\ \ \ | |/ / |/| | Multiple UI Improvements
| * | Binding handleShown to constructorAsaad Mahmood2015-11-042-0/+2
| | |
| * | Making tutorial buttons and tutorial circles consistentAsaad Mahmood2015-11-041-1/+1
| | |
| * | Fixing issues with memberList modalAsaad Mahmood2015-11-041-14/+14
| | |
| * | Adding focus for channel modalsAsaad Mahmood2015-11-043-0/+17
| | |
* | | Merge pull request #1303 from mattermost/plt-516-2Christopher Speller2015-11-045-329/+325
|\ \ \ | | | | | | | | PLT-516 Part 2 of fixing performance issues with large teams
| * | | Convert channel_members and channel_invite modals to react boostrap to fix ↵JoramWilander2015-11-045-329/+325
| |/ / | | | | | | | | | performance issues
* | | Merge pull request #1304 from mattermost/leave-channel-fixCorey Hulen2015-11-041-3/+3
|\ \ \ | |_|/ |/| | Fixed leaving channels issue
| * | Fixed leaving channels issueChristopher Speller2015-11-041-3/+3
| |/
* | Merge pull request #1287 from hmhealey/plt382Christopher Speller2015-11-0418-404/+582
|\ \ | |/ |/| PLT-382 Refactored some modals to use React-Bootstrap and added a confirmation when discarding theme changes
| * Fixed theme confirmation dialog to work in all cases and removed some jquery ↵hmhealey2015-11-0310-53/+173
| | | | | | | | magic related to it
| * Changed TeamSettingsModal click handlers to not affect other modalshmhealey2015-11-031-2/+4
| |
| * Moved InviteMemberModal to be controlled by a storehmhealey2015-11-024-22/+39
| |
| * Added handling of keyboard focus to UserSettingsModal and its childrenhmhealey2015-11-025-12/+51
| |
| * Added a confirmation dialog for unsaved theme changes and removed ↵hmhealey2015-11-0210-118/+106
| | | | | | | | unnecessary dialog close handling
| * Ported UserSettingsModal to React-Bootstraphmhealey2015-11-026-42/+74
| |
| * Ported AccessHistoryModal and ActivityLogModal to React-Bootstraphmhealey2015-11-023-96/+75
| |
| * Ported ConfirmModal and InviteMemberModal to React-Bootstraphmhealey2015-11-024-138/+139
| |
* | Merge pull request #1289 from mattermost/plt-516-2Joram Wilander2015-11-042-58/+33
|\ \ | | | | | | PLT-516 Part 1 of performance fixes for large teams
| * | Minor changes to statuses client codeJoramWilander2015-11-032-7/+5
| | |
| * | Multiple fixes to major performance issues with teams with 50+ usersJoramWilander2015-11-032-55/+32
| | |
* | | Updating prop for direct messages modalAsaad Mahmood2015-11-041-1/+1
| | |
* | | UI Improvements for multiple ticketsAsaad Mahmood2015-11-048-36/+39
| | |
* | | Merge pull request #1279 from rgarmsen2295/plt-743Joram Wilander2015-11-041-13/+5
|\ \ \ | | | | | | | | PLT-741/743 Adds additional checks when sorting channels/teams by display name
| * | | Functionalized codeReed Garmsen2015-11-021-17/+1
| | | |
| * | | Added additional checks to channel sorting that sorts by display_nameReed Garmsen2015-11-021-6/+14
| | | |
* | | | Merge pull request #1291 from mattermost/tutorial-tweaksCorey Hulen2015-11-032-3/+6
|\ \ \ \ | | | | | | | | | | Tutorial tweaks
| * | | | Update tutorial_intro_screens.jsxit332015-11-031-1/+1
| | | | |
| * | | | Update sidebar_header.jsxit332015-11-031-0/+3
| | | | |
| * | | | Update tutorial_intro_screens.jsxit332015-11-031-2/+2
| | | | |
| * | | | Update tutorial_intro_screens.jsxit332015-11-031-1/+1
| | |/ / | |/| |
* | | | Merge pull request #1290 from mattermost/fixed-embed-heightCorey Hulen2015-11-031-2/+7
|\ \ \ \ | | | | | | | | | | PLT-991 Fixing height of embeded images
| * | | | Fixing height of embeded imagesChristopher Speller2015-11-031-2/+7
| |/ / /
* | | | Adding browser functions in utilis and calling them in settings_sidebarAsaad Mahmood2015-11-031-1/+2
| | | |
* | | | Updating height code for tutorial screens.Asaad Mahmood2015-11-031-3/+5
| | | |
* | | | Multiple UI changesAsaad Mahmood2015-11-034-34/+55
|/ / /
* | | Merge pull request #1275 from mattermost/PLT-951Joram Wilander2015-11-023-46/+73
|\ \ \ | | | | | | | | PLT-951 PLT-972 fixing issues with team directory
| * | | PLT-951 PLT-972 fixing issues with team directory=Corey Hulen2015-11-023-46/+73
| | | |
* | | | Merge pull request #1276 from mattermost/PLT-885Joram Wilander2015-11-022-3/+7
|\ \ \ \ | |_|/ / |/| | | PLT-885 allow single select of stats page
| * | | PLT-885 allow single select of stats page=Corey Hulen2015-11-022-3/+7
| | |/ | |/|
* | | Merge pull request #1277 from rgarmsen2295/plt-550-refactor-fixCorey Hulen2015-11-021-0/+6
|\ \ \ | | | | | | | | Brings back deleted parent fix lost in center post list refactor
| * | | Readded logic lost in center channel refactorReed Garmsen2015-11-021-0/+6
| | | |
* | | | Merge pull request #1269 from mattermost/plt-848-3Corey Hulen2015-11-029-37/+510
|\ \ \ \ | |/ / / |/| | | PLT-848 Add tutorial intro screens and popover tips
| * | | Fix typoJoramWilander2015-11-021-1/+1
| | | |