summaryrefslogtreecommitdiffstats
path: root/web/react/components/mention_list.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Replaced MentionList and Mention components with AtMentionProviderhmhealey2015-12-011-276/+0
|
* Disabling the all mention=Corey Hulen2015-11-231-6/+6
|
* Upgrading client dependancies. Upgrading to babel 6. Moving to es6 package ↵Christopher Speller2015-11-191-6/+6
| | | | system.
* Merge pull request #1195 from mattermost/plt-822Corey Hulen2015-10-271-3/+3
|\ | | | | PLT-822 Refactoring post_store into post_store and search_store
| * Refactoring post_store into post_store and search_storeChristopher Speller2015-10-261-3/+3
| |
* | Fixed issue with missing help text for @all and @channel in mention listReed Garmsen2015-10-261-1/+6
|/
* Fixing most deprication warningsChristopher Speller2015-10-151-1/+1
|
* Changing SpinPunch to Mattermost in copyrightChristopher Speller2015-10-081-1/+1
|
* Disabling complexity warning. Allowing non-nested ternary. Upgrading ESList. ↵Christopher Speller2015-10-051-40/+51
| | | | Adding new ESLint rules. Fixing new ESLint errors.
* Upgrading ESLint and adding some more rules. Refactoring to meet these new rulesChristopher Speller2015-09-031-3/+6
|
* Cosmetic Refactoringnickago2015-09-021-58/+82
|
* Merge pull request #348 from nickago/MM-1550Christopher Speller2015-08-101-16/+1
|\ | | | | Mm 1550 Mentions are no longer removed from auto complete once used
| * Removed all functionality required for removing used mentions from auto-completenickago2015-08-051-16/+1
| |
* | Removing console.logAsaad Mahmood2015-08-051-1/+0
| |
* | Fixing mentions scroll again due to merge conflictAsaad Mahmood2015-08-051-0/+7
|/
* Cosmetic changes to better follow style guideReed Garmsen2015-08-031-75/+95
|
* Removes ability for the mention list to cycle from top to bottom and vice-versaReed Garmsen2015-08-031-13/+5
|
* Fixed the labels on the mention list for users without their first/last name ↵hmhealey2015-07-181-1/+2
| | | | configured
* Fixes javascript console errors=Corey Hulen2015-07-171-2/+2
|
* Use User.FirstName for notifications instead of trying to determine it from ↵hmhealey2015-07-171-11/+3
| | | | User.Nickname
* Renamed all clientside references from full_name to nicknamehmhealey2015-07-171-5/+5
|
* Minor code change for clarityReed Garmsen2015-07-161-1/+1
|
* Code simplification and rebasingReed Garmsen2015-07-161-19/+4
|
* Added missing semi-colonsReed Garmsen2015-07-161-1/+1
|
* Minor changes to scroll 'feel' and logic flowReed Garmsen2015-07-161-5/+5
|
* Few minor bug fixesReed Garmsen2015-07-161-33/+17
|
* Fixes not selecting an element that hasn't been scrolled toReed Garmsen2015-07-161-46/+24
|
* Getting scrolling working with the arrow keysReed Garmsen2015-07-161-15/+42
|
* Minor changes and tweaks trying to get scrolling to workReed Garmsen2015-07-161-11/+20
|
* Better handling of previous highlight when you backspace (therefore ↵Reed Garmsen2015-07-161-12/+45
| | | | re-enlarging the number of mentions)
* Minor changes towards getting interior scrolling working with arrow keysReed Garmsen2015-07-161-4/+5
|
* When moving from a mention lower in the list to one higher in the list by ↵Reed Garmsen2015-07-161-0/+5
| | | | typing more, now properly highlights
* Improved selection logic when using both the mouse and arrow keysReed Garmsen2015-07-161-2/+21
|
* Highlighting now occurs as you arrow key thru mention list. However some ↵Reed Garmsen2015-07-161-28/+27
| | | | small bugs remain.
* Have arrow key selection working, but visually does not highlight correct ↵Reed Garmsen2015-07-161-18/+38
| | | | mention. Also if user continues to type things might get weird.
* Changed model of handling key down and focus changeReed Garmsen2015-07-161-16/+22
|
* Changed parts of frameworkReed Garmsen2015-07-161-6/+8
|
* Added commaReed Garmsen2015-07-161-1/+1
|
* Added framework for handling up and down arrow key presses to move between ↵Reed Garmsen2015-07-161-1/+17
| | | | different @mention choices
* [webui] fix incorrect height for mentions list for reply textboxralder2015-07-101-11/+18
|
* UI Improvements for RHSAsaad Mahmood2015-07-101-1/+1
|
* Improving mentions list and other UI improvementsAsaad Mahmood2015-07-101-1/+1
|
* Changed code to dismiss mention list to not trigger when you click on the ↵hmhealey2015-07-071-2/+3
| | | | list itself
* Merge pull request #132 from mattermost/mm-1250Corey Hulen2015-07-061-2/+2
|\ | | | | fixes mm-1250 mention highlights should now align in textbox
| * fixes mm-1250 mention highlights should now align in textboxJoramWilander2015-06-171-2/+2
| |
| * first commit=Corey Hulen2015-06-141-0/+127
|
* Removed a change originally made for a prior fix tacticnickago2015-07-011-1/+1
|
* Fixed click responsenickago2015-07-011-3/+2
|
* Inital attempt at active element checkingnickago2015-07-011-1/+7
|
* @all and @channel now auto-completeJoramWilander2015-06-291-1/+14
|