summaryrefslogtreecommitdiffstats
path: root/web/react/components
Commit message (Collapse)AuthorAgeFilesLines
...
| * | | Renamed channel_intro_mssages.jsx to channel_intro_messages.jsxhmhealey2015-12-031-1/+1
| | | |
| * | | Removed some internal state from ChannelMembersModal and ChannelInviteModalhmhealey2015-12-035-40/+17
| | | |
| * | | Switched ChannelInviteModal to use a ToggleModalButton wherever possiblehmhealey2015-12-035-28/+11
| | | |
* | | | Merge pull request #1605 from hmhealey/plt1370Joram Wilander2015-12-043-33/+6
|\ \ \ \ | | | | | | | | | | PLT-1370 Changed SuggestionBox to clear its suggestions on losing focus
| * | | | Changed SuggestionBox to clear its suggestions on losing focushmhealey2015-12-033-33/+6
| | |/ / | |/| |
* / | | reorder display settings; remove 'button thingy' in font optionsFlorian Orben2015-12-041-6/+3
|/ / /
* | | Merge pull request #1599 from asaadmahmoodspin/ui-improvementsChristopher Speller2015-12-032-4/+23
|\ \ \ | | | | | | | | Improvements to the system console
| * | | Improvements to the system consoleAsaad Mahmood2015-12-032-4/+23
| | | |
* | | | Update post if shouldHighlight prop changesJoramWilander2015-12-031-0/+4
|/ / /
* / / Added emoji autocomplete to post textboxhmhealey2015-12-033-1/+77
|/ /
* | Merge pull request #1589 from mattermost/PLT-1301aChristopher Speller2015-12-031-1/+9
|\ \ | | | | | | PLT-1301a adding jump to search
| * | PLT-1301a adding jump to search=Corey Hulen2015-12-021-1/+9
| | |
* | | Merge pull request #1587 from mattermost/PLT-1300Christopher Speller2015-12-032-2/+23
|\ \ \ | | | | | | | | PLT-1300 adding jump button to bottom of center archive channel
| * | | Changing name of var=Corey Hulen2015-12-021-1/+1
| | | |
| * | | PLT-1300 adding jump button to bottom of center archive channel=Corey Hulen2015-12-022-2/+23
| |/ /
* | | Merge pull request #1585 from mattermost/PLT-1301Christopher Speller2015-12-032-2/+0
|\ \ \ | | | | | | | | PLT-1301 Fixing RHS disappearing bug
| * | | PLT-1301 Fixing RHS disappearing bug=Corey Hulen2015-12-022-2/+0
| |/ /
* | | Merge pull request #1579 from hmhealey/plt1298Christopher Speller2015-12-0314-714/+343
|\ \ \ | | | | | | | | PLT-1298 Converted Command and @Mention autocomplete to new suggestion components
| * | | Fixed unused importshmhealey2015-12-023-3/+0
| | | |
| * | | Removed command autocomplete from the comment textbox and edit post modalhmhealey2015-12-023-2/+12
| | | |
| * | | Changed Command autocomplete to pick a suggestion when space is pressedhmhealey2015-12-022-1/+2
| | | |
| * | | Moved action creation for suggestionshmhealey2015-12-023-47/+9
| | | |
| * | | Moved autocomplete components into web/react/components/suggestionhmhealey2015-12-019-29/+29
| | | |
| * | | Cleaned up styling for command and at mention suggestionshmhealey2015-12-012-2/+2
| | | |
| * | | Replaced CommandList with the new suggestion componentshmhealey2015-12-013-141/+71
| | | |
| * | | Fixed SuggestionLists to properly hide when the textbox loses focushmhealey2015-12-013-7/+11
| | | |
| * | | Replaced MentionList and Mention components with AtMentionProviderhmhealey2015-12-018-532/+253
| | | |
| * | | Fixed SuggestionBox keyboard handlers when there are no suggestions availablehmhealey2015-12-011-18/+22
| | | |
* | | | Merge pull request #1554 from florianorben/emoji_styleChristopher Speller2015-12-032-3/+12
|\ \ \ \ | | | | | | | | | | Allow to switch between default and emoji-one emoji style
| * | | | switch to only use emoji one smileys; remove setting to switchFlorian Orben2015-12-013-96/+6
| | | | |
| * | | | Allow to switch between default and emoji-one emoji styleFlorian Orben2015-12-013-5/+104
| | | | |
* | | | | Merge pull request #1591 from rgarmsen2295/plt-1158Joram Wilander2015-12-031-0/+1
|\ \ \ \ \ | | | | | | | | | | | | PLT-1158 Limit the 'Team Name' input field in Team Settings to 22 characters
| * | | | | Limit edit team name input field to 22 charactersReed Garmsen2015-12-021-0/+1
| | |_|/ / | |/| | |
* | | | | Merge pull request #1590 from rgarmsen2295/plt-169Joram Wilander2015-12-031-29/+20
|\ \ \ \ \ | | | | | | | | | | | | PLT-169 Fixes issue where cancelling a change in notification settings would not be reflected in the minimized section
| * | | | | Cancelling out of a notification's setting change now displays the correct ↵Reed Garmsen2015-12-021-29/+20
| |/ / / / | | | | | | | | | | | | | | | option in the minimized setting tab
* | | | | Merge pull request #1540 from hmhealey/plt1297Christopher Speller2015-12-036-378/+468
|\ \ \ \ \ | |/ / / / |/| | / / | | |/ / | |/| | PLT-1297 Replaced SearchAutocomplete with new suggestion components
| * | | Changed SuggestionProviders to be regular objects and not singletonshmhealey2015-12-013-7/+5
| | | |
| * | | Replaced SearchAutocomplete with new suggestion componentshmhealey2015-12-016-378/+470
| | |/ | |/|
* | | Merge pull request #1577 from mattermost/plt-1307Joram Wilander2015-12-021-51/+14
|\ \ \ | | | | | | | | PLT-1307 Make proper async calls when switching channels
| * | | Minor changeJoramWilander2015-12-021-2/+1
| | | |
| * | | Make proper async calls when switching channelsJoramWilander2015-12-021-52/+16
| | | |
* | | | Fix emitter leakJoramWilander2015-12-021-2/+8
| | | |
* | | | Remove perfectscrollbar from center channelJoramWilander2015-12-021-3/+1
| | | |
* | | | Merge pull request #1535 from florianorben/PLT-1233Christopher Speller2015-12-022-2/+85
|\ \ \ \ | |_|/ / |/| | | PLT-1233: "Display Font" option in Account Settings > Display
| * | | PLT-1233: "Display Font" option in Account Settings > DisplayFlorian Orben2015-11-282-2/+85
| | | |
* | | | Merge pull request #1565 from mattermost/plt-1270Joram Wilander2015-12-011-1/+1
|\ \ \ \ | | |/ / | |/| | Minor fix
| * | | Minor fixJoramWilander2015-12-011-1/+1
| | | |
* | | | Merge pull request #1560 from mattermost/plt-1270Christopher Speller2015-12-011-5/+7
|\| | | | | | | | | | | PLT-1270 Fix channel creation errors
| * | | Fix channel creation errorsJoramWilander2015-12-011-5/+7
| | | |
* | | | Merge pull request #1562 from asaadmahmoodspin/ui-improvementsCorey Hulen2015-12-013-4/+3
|\ \ \ \ | | | | | | | | | | Multiple UI Improvements