summaryrefslogtreecommitdiffstats
path: root/web/react/components/edit_channel_modal.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Renamed EditChannelModal to EditChannelHeaderModalhmhealey2015-11-231-126/+0
|
* Ported EditChannelModal to React-Bootstraphmhealey2015-11-231-99/+75
|
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-2/+2
| | | | system.
* Binding handleShown to constructorAsaad Mahmood2015-11-041-0/+1
|
* Adding focus for channel modalsAsaad Mahmood2015-11-041-0/+5
|
* Added help text for the channel header and purpose dialogshmhealey2015-10-291-5/+6
|
* Renamed Channel.Description to Channel.Header on the clienthmhealey2015-10-271-16/+15
|
* Fixing most deprication warningsChristopher Speller2015-10-151-4/+4
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ↵Christopher Speller2015-10-051-4/+6
| | | | Adding new ESLint rules. Fixing new ESLint errors.
* Refactored various React components to use ES6 syntax and to match the style ↵hmhealey2015-09-011-59/+122
| | | | guide without any errors or warnings
* Removes 'for' from the edit channel description modal title when editing the ↵Reed Garmsen2015-08-241-1/+6
| | | | description of a private message channel
* MM-1831 - Fixing channel name and having channel name in bold for edit ↵Asaad Mahmood2015-08-241-1/+1
| | | | channel modal
* changed title of edit_channel modalnickago2015-08-201-1/+1
|
* added getChannel api service and use that over getChannels where appropriate ↵JoramWilander2015-08-111-1/+1
| | | | on client
* Added closing on ESC key pressnickago2015-08-041-1/+1
|
* MM-1473 - Updating text for close buttonsAsaad Mahmood2015-07-311-1/+1
|
* Added a condition to close event listeners on modals when the componentnickago2015-07-231-3/+7
| | | | is unmounted, and set all unsaved data to be cleared from user settings
* When closing out of a modal, unsaved data and text inside of it is erased.nickago2015-07-231-0/+3
|
* Channel descriptions entered that are larger than the max number of bytes ↵Reed Garmsen2015-07-221-4/+14
| | | | now cause an error to be printed to the client without closing the modal and losing the user's draft of the description
* MM-1401 - Removing most inline styles and other UI changesAsaad Mahmood2015-07-171-1/+1
|
* Changed textarea resizeability from being a blanket statement to everything ↵Reed Garmsen2015-07-071-1/+1
| | | | to only the ones with issues
* first commit=Corey Hulen2015-06-141-0/+57