summaryrefslogtreecommitdiffstats
path: root/webapp/components/suggestion/suggestion_box.jsx
Commit message (Expand)AuthorAgeFilesLines
* Removing webappChristopher Speller2017-09-061-441/+0
* PLT-7368: Don't clear search box on ESC in Chrome. (#7215)George Goldberg2017-08-161-0/+1
* PLT-7313: Show help popover when search focused and empty. (#7134)George Goldberg2017-08-081-11/+19
* make suggestion box focus more robust, require more explicit enabling (#7123)Chris2017-08-041-7/+18
* fix caret position after autocomplete (#7118)Chris2017-08-031-1/+1
* PLT-6965 jira integration (plus plugin scaffolding) (#6918)Chris2017-08-021-10/+39
* PLT-6486 Add an `@username` button to the profile popover, that puts the user...David Meza2017-07-311-6/+39
* PLT-6735 Fixed unknown prop warning from SuggestionBox (#6618)Harrison Healey2017-06-101-0/+1
* [PLT-6616] Fixed autocomplete to close properly (#6528)Saturnino Abril2017-06-051-7/+9
* PLT-5699 Improvements to channel switcher (#6486)Joram Wilander2017-05-311-21/+74
* PLT-6282 Make post list stay visible when post textbox height changes (#6323)Harrison Healey2017-05-231-3/+5
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-181-10/+12
* Fix mouse selection on channel switcher (#6244)Joram Wilander2017-04-271-2/+1
* Fixing double enter in channel switcher (#6208)Christopher Speller2017-04-241-0/+1
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-1/+1
* Fixed channel autocomplete flickering (#5961)Harrison Healey2017-04-031-1/+6
* Fixed mobile search focus - keyboard collapse/focus (#5766)Saturnino Abril2017-03-241-0/+5
* Increase timeout on suggestion clear after blur (#5631)Joram Wilander2017-03-041-1/+1
* Fixed ChannelMentionProvider matching completed mentions (#5188)Harrison Healey2017-01-251-0/+6
* Fixed onBlur being called when not given as a prop (#5024)Harrison Healey2017-01-091-1/+4
* PLT-5179 - Fixing modal overflow for autocomplete (#5002)Asaad Mahmood2017-01-091-0/+2
* Remove race between multiple autocomplete requests (#4860)Joram Wilander2016-12-211-8/+0
* Changed SuggestionBox to clear suggestions shortly after losing focus (#4721)Harrison Healey2016-12-091-17/+6
* PLT-4894 channel switcher (CTRL+K) to match message autocomplete (#4733)enahum2016-12-081-1/+14
* Removed duplicated characters when autocompleting composed characters (#4734)Harrison Healey2016-12-081-10/+29
* Added support for autocompleting at mentions for users with non-alphanumeric ...Harrison Healey2016-12-061-16/+29
* Fix some react natives warning messages (#4653)enahum2016-11-281-1/+3
* Deleted posts now update in search results and flagged posts (#4618)Joram Wilander2016-11-221-1/+2
* PLT-4600 Properly clear autocomplete suggestions when suggestions are out of ...Harrison Healey2016-11-101-4/+9
* PLT-4459 Fixed not being able to scroll on mobile after autocomplete is show...Harrison Healey2016-11-041-8/+8
* PLT-4404/PLT-4578/PLT-4541/PLT-4542 Replaced third party autosizing textarea ...Harrison Healey2016-11-041-22/+34
* PLT-4376 iOS and Android: Keep the keyboard open after sending a message (#4377)Mike Piccolo2016-11-041-0/+1
* Fixed autocomplete to work with TextareaAutosize (#4325)Harrison Healey2016-10-251-2/+2
* PLT-4404 Replace calls to onInput with onChange to better support IE11 (#4315)Harrison Healey2016-10-251-12/+12
* Made SuggestionBox take back keyboard focus after the user clicks on a sugges...Harrison Healey2016-09-281-0/+2
* PLT-4100 Made SuggestionList dividers optional (#3990)Harrison Healey2016-09-081-0/+2
* Fixed input handlers used by Textbox and SuggestionBox components to properly...Harrison Healey2016-07-151-24/+27
* PLT-3366 Holding down the ALT key and clicking on a message adds a new messag...samogot2016-07-141-0/+1
* PLT-3094 - Fixing autocomplete and image modal scrolling on mobile (#3279)Asaad Mahmood2016-06-091-2/+7
* PLT-3056 Fix Unable to type quickly in post textbox in IE11 (#3249)enahum2016-06-061-3/+2
* PLT-2962 Added channel switcher modal (#3216)David Lu2016-06-021-2/+7
* PLT-2643 Fixed asynchronous autocomplete incorrectly replacing text (#3167)Harrison Healey2016-05-311-3/+29
* Refactor login, claim and create_team into views and add actions (#3110)Joram Wilander2016-05-261-1/+1
* Made SuggestionBox clear suggestions on escape (#2909)Harrison Healey2016-05-061-0/+2
* Multiple UI ImprovementsAsaad Mahmood2016-03-241-1/+9
* Switched Textbox to use a TextareaAutosize and removed custom resizing codeHarrison Healey2016-03-211-3/+14
* Revert "PLT-2183 Slash command auto-complete"Christopher Speller2016-03-181-2/+1
* eslint error: validate suggestion_box channelId propNicolas Clerc2016-03-171-0/+1
* add external slashcommands managementNicolas Clerc2016-03-171-1/+1
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-0/+167