summaryrefslogtreecommitdiffstats
path: root/web/react/components/textbox.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Disabling help stuff and moving preview out of itAsaad Mahmood2016-03-091-11/+13
|
* Multiple UI ImprovementsAsaad Mahmood2016-03-081-3/+48
|
* PLT-2030 fixing error handling=Corey Hulen2016-02-261-2/+2
|
* Cleaned up textbox focus codehmhealey2016-02-041-7/+5
|
* Updated post help linkhmhealey2016-02-021-8/+2
|
* PLT-7: Refactoring frontend (chunk 9)Elias Nahum2016-02-011-2/+18
| | | | - sidebar right & rhs
* Removed some vestigial code from the post textboxhmhealey2016-01-201-19/+0
|
* Changed the post textbox resizing code to be more reliable and not rely on ↵hmhealey2016-01-201-23/+29
| | | | magic numbers
* Added emoji autocomplete to post textboxhmhealey2015-12-031-1/+2
|
* Removed command autocomplete from the comment textbox and edit post modalhmhealey2015-12-021-2/+10
|
* Moved autocomplete components into web/react/components/suggestionhmhealey2015-12-011-4/+4
|
* Replaced CommandList with the new suggestion componentshmhealey2015-12-011-42/+3
|
* Replaced MentionList and Mention components with AtMentionProviderhmhealey2015-12-011-146/+18
|
* rename 'featureToggle' to 'isFeatureEnable' and move definition of available ↵Florian Orben2015-11-271-1/+2
| | | | prerelease-features to constants.jsx
* move preview-link-toggle outside of component markupFlorian Orben2015-11-271-8/+14
|
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-8/+8
| | | | system.
* PLT-327: Add help text for MarkdownFlorian Orben2015-11-171-1/+14
|
* Updating profile image and textbox resizingAsaad Mahmood2015-11-121-3/+2
|
* UI Improvements for centre channel due to previewAsaad Mahmood2015-11-121-1/+1
|
* add button to preview your current postFlorian Orben2015-11-101-4/+38
|
* Refactoring post_store into post_store and search_storeChristopher Speller2015-10-261-3/+3
|
* PLT-74: Enable Up Arrow keyboard shortcut to edit your last messageFlorian Orben2015-10-151-2/+6
|
* Fixing most deprication warningsChristopher Speller2015-10-151-15/+15
|
* Other UI ImprovementsAsaad Mahmood2015-10-121-0/+2
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Fixing blue bar and renders warning when mis-configured.=Corey Hulen2015-09-241-29/+24
|
* Make onHeightChange not required.JoramWilander2015-09-041-3/+3
|
* Fix poor typing performance on iOS devices.JoramWilander2015-09-031-2/+7
|
* Refactored various React components to use ES6 syntax and to match the style ↵hmhealey2015-09-011-113/+169
| | | | guide without any errors or warnings
* Prevents users from typing more than 4000 characters into any 'textbox' ↵Reed Garmsen2015-08-251-1/+1
| | | | (posts, comments, and post/comment edits). Also adds new error message for when users hit exactly 4000 characters so they know the limit.
* Added cosmetic refactoringnickago2015-08-051-46/+49
|
* Removed all functionality required for removing used mentions from auto-completenickago2015-08-051-59/+7
|
* Removed vestige textdiv code that is also no longer necessary due to ↵Reed Garmsen2015-07-241-21/+1
| | | | removing the mention tags
* Removes the blue tag highlighting from mentions that would appear after ↵Reed Garmsen2015-07-231-13/+6
| | | | typing a mention
* Removed extraneous setStateReed Garmsen2015-07-101-2/+1
|
* Changed spacing model of connection flag & removed unnecessary duplication ↵Reed Garmsen2015-07-101-9/+6
| | | | of logic
* Moved check for existing timer interrupt outside of if-else block for sanityReed Garmsen2015-07-091-4/+5
|
* Removed newlineReed Garmsen2015-07-091-1/+0
|
* Changed method again this time to a timer based system so that when inet ↵Reed Garmsen2015-07-091-16/+27
| | | | does come back the yellow tinge goes away automatically not on user input
* Added performance commentReed Garmsen2015-07-091-0/+2
|
* Use the AsyncClient call 'updateLastViewedAt' as a way of checking for inet ↵Reed Garmsen2015-07-091-9/+15
| | | | connectivity immediately after clearning yellow bar after user has typed 5 characters
* Added errorchange listener to textbox that detects if inet is not connected. ↵Reed Garmsen2015-07-091-2/+33
| | | | Still do not have reliable way of checking if inet has reconnected
* Merge pull request #132 from mattermost/mm-1250Corey Hulen2015-07-061-0/+4
|\ | | | | fixes mm-1250 mention highlights should now align in textbox
| * fixes mm-1250 mention highlights should now align in textboxJoramWilander2015-06-171-0/+4
| |
| * first commit=Corey Hulen2015-06-141-0/+290
|
* @all and @channel now auto-completeJoramWilander2015-06-291-1/+1
|
* fix an auto-complete bug for mentionsJoramWilander2015-06-171-1/+1
|
* first commit=Corey Hulen2015-06-141-0/+290