summaryrefslogtreecommitdiffstats
path: root/webapp/components/at_mention
Commit message (Collapse)AuthorAgeFilesLines
* Experimental implementation for webapp plugins (#7185)Joram Wilander2017-08-291-7/+10
| | | | | | | | | | * Start of experimental implementation for webapp plugins * Updates to webapp plugin architecture * Update pluggable test * Remove debug code
* PLT-6486 Add an `@username` button to the profile popover, that puts the ↵David Meza2017-07-311-1/+10
| | | | | | | | | | | | username in the post when clicked (#6349) * PLT-6486 Add an `@username` button to the profile popover, that puts the username in the post when clicked * PLT-6486 Display `@username` mention on the right text area on center or RHS. * Disable @mentions from profile popover on searches, mentions and pinned posts. Fix js errors. * Control undefined post in SearchStore that causes an exception.
* [PLT-1031] Update clicking on @mention to show the contact card (#6989)Saturnino Abril2017-07-262-36/+35
| | | | | | * update clicking on @mention to show the contact card * update per comment - getUserFromMentionName and suffix
* PLT-4457 Added AtMention component to better render at mentions (#6563)Harrison Healey2017-06-202-0/+106
* Moved Utils.searchForTerm into an action * Added easier importing of index.jsx files * PLT-4457 Added AtMention component to better render at mentions * Fixed client unit tests * Fixed merge conflict * Fixed merge conflicts