Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PLT-6282 Make post list stay visible when post textbox height changes (#6323) | Harrison Healey | 2017-05-23 | 1 | -3/+5 |
| | | | | | | | | * PLT-6282 Changed post drafts to use an action when being stored * PLT-6282 Triggered post list to update scroll position when post draft changes * PLT-6282 Changed SuggestionBox to complete suggestions without an event | ||||
* | Updating client dependencies. Switching to yarn. (#6433) | Christopher Speller | 2017-05-18 | 1 | -10/+12 |
| | | | | | | | | | | | | | | | | | | | | | | | | * Updating client dependancies. Switching to using yarn. * Updating React * Moving pure components to using function syntax (performance gains with newer react version) * Updating client dependancies. * Ignore .yarninstall * Enabling pre-lockfile because it's the entire point of using yarn. * Removing old webpack config * Moving to new prop-types * Fixing ESLint Errors * Updating jest snapshots. * Cleaning up package.json | ||||
* | Fix mouse selection on channel switcher (#6244) | Joram Wilander | 2017-04-27 | 1 | -2/+1 |
| | |||||
* | Fixing double enter in channel switcher (#6208) | Christopher Speller | 2017-04-24 | 1 | -0/+1 |
| | |||||
* | PLT-5860 Updated copyright date (#6058) | Harrison Healey | 2017-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots | ||||
* | Fixed channel autocomplete flickering (#5961) | Harrison Healey | 2017-04-03 | 1 | -1/+6 |
| | |||||
* | Fixed mobile search focus - keyboard collapse/focus (#5766) | Saturnino Abril | 2017-03-24 | 1 | -0/+5 |
| | |||||
* | Increase timeout on suggestion clear after blur (#5631) | Joram Wilander | 2017-03-04 | 1 | -1/+1 |
| | |||||
* | Fixed ChannelMentionProvider matching completed mentions (#5188) | Harrison Healey | 2017-01-25 | 1 | -0/+6 |
| | |||||
* | Fixed onBlur being called when not given as a prop (#5024) | Harrison Healey | 2017-01-09 | 1 | -1/+4 |
| | |||||
* | PLT-5179 - Fixing modal overflow for autocomplete (#5002) | Asaad Mahmood | 2017-01-09 | 1 | -0/+2 |
| | | | | | | * PLT-5179 - Fixing modal overflow for autocomplete * PLT-5171 - Fixing search bar popover behaviour | ||||
* | Remove race between multiple autocomplete requests (#4860) | Joram Wilander | 2016-12-21 | 1 | -8/+0 |
| | |||||
* | Changed SuggestionBox to clear suggestions shortly after losing focus (#4721) | Harrison Healey | 2016-12-09 | 1 | -17/+6 |
| | |||||
* | PLT-4894 channel switcher (CTRL+K) to match message autocomplete (#4733) | enahum | 2016-12-08 | 1 | -1/+14 |
| | | | | | | * PLT-4894 Change name display of direct messages in channel switcher (CTRL+K) to match message autocomplete * Addressing feedback | ||||
* | Removed duplicated characters when autocompleting composed characters (#4734) | Harrison Healey | 2016-12-08 | 1 | -10/+29 |
| | |||||
* | Added support for autocompleting at mentions for users with non-alphanumeric ↵ | Harrison Healey | 2016-12-06 | 1 | -16/+29 |
| | | | | names (#4717) | ||||
* | Fix some react natives warning messages (#4653) | enahum | 2016-11-28 | 1 | -1/+3 |
| | |||||
* | Deleted posts now update in search results and flagged posts (#4618) | Joram Wilander | 2016-11-22 | 1 | -1/+2 |
| | |||||
* | PLT-4600 Properly clear autocomplete suggestions when suggestions are out of ↵ | Harrison Healey | 2016-11-10 | 1 | -4/+9 |
| | | | | | | | | date (#4529) * PLT-4600 Better clear autocomplete suggestions when suggestions are out of date * Fixed react warnings and removed an eslint ignore | ||||
* | PLT-4459 Fixed not being able to scroll on mobile after autocomplete is ↵ | Harrison Healey | 2016-11-04 | 1 | -8/+8 |
| | | | | | | | | shown (#4464) * Fixed not being able to scroll on mobile after autocomplete is shown * Fixed SuggestionLists not being scrollable on iOS | ||||
* | PLT-4404/PLT-4578/PLT-4541/PLT-4542 Replaced third party autosizing textarea ↵ | Harrison Healey | 2016-11-04 | 1 | -22/+34 |
| | | | | | | | | | | | | | | | | with a custom one (#4442) * PLT-4578 Replaced third party autosizing textarea with a custom one * Fix Textbox.handleHeightChange not being called * Removed unused CSS * PLT-4541 Force EditPostModal to resize upon opening * Removed usage of jquery from AutosizeTextarea * Reverted changes made for PLT-4580 as they're no longer needed | ||||
* | PLT-4376 iOS and Android: Keep the keyboard open after sending a message (#4377) | Mike Piccolo | 2016-11-04 | 1 | -0/+1 |
| | | | | | | | | | | | | * Force keyboard to retain focus on submitting post on mobile * Fix lint error * Allow keyboard to stay closed if the keyboard was closed earlier before submitting * Increase delay time and add to comment * Remove pass through props on suggestion box | ||||
* | Fixed autocomplete to work with TextareaAutosize (#4325) | Harrison Healey | 2016-10-25 | 1 | -2/+2 |
| | |||||
* | PLT-4404 Replace calls to onInput with onChange to better support IE11 (#4315) | Harrison Healey | 2016-10-25 | 1 | -12/+12 |
| | | | | | | * Replace calls to onInput with onChange to better support IE11 * Replaced react-textarea-autosize with react-autosize-textarea | ||||
* | Made SuggestionBox take back keyboard focus after the user clicks on a ↵ | Harrison Healey | 2016-09-28 | 1 | -0/+2 |
| | | | | suggestion (#4112) | ||||
* | PLT-4100 Made SuggestionList dividers optional (#3990) | Harrison Healey | 2016-09-08 | 1 | -0/+2 |
| | | | | | | * Made SuggestionList dividers optional * Stopped mutating the User object in the AtMentionProvider | ||||
* | Fixed input handlers used by Textbox and SuggestionBox components to ↵ | Harrison Healey | 2016-07-15 | 1 | -24/+27 |
| | | | | properly update when typing quickly (#3598) | ||||
* | PLT-3366 Holding down the ALT key and clicking on a message adds a new ↵ | samogot | 2016-07-14 | 1 | -0/+1 |
| | | | | messages indicator (squashed) (#3374) | ||||
* | PLT-3094 - Fixing autocomplete and image modal scrolling on mobile (#3279) | Asaad Mahmood | 2016-06-09 | 1 | -2/+7 |
| | |||||
* | PLT-3056 Fix Unable to type quickly in post textbox in IE11 (#3249) | enahum | 2016-06-06 | 1 | -3/+2 |
| | |||||
* | PLT-2962 Added channel switcher modal (#3216) | David Lu | 2016-06-02 | 1 | -2/+7 |
| | | | | | | | | * Added channel switcher modal * Fixed typos * Added handling for duplicate channels | ||||
* | PLT-2643 Fixed asynchronous autocomplete incorrectly replacing text (#3167) | Harrison Healey | 2016-05-31 | 1 | -3/+29 |
| | | | | | | * Allowed different suggestions to match different text. Added a Suggestion base component. Improved text replacement used when filling in suggestions * Fixed formatting | ||||
* | Refactor login, claim and create_team into views and add actions (#3110) | Joram Wilander | 2016-05-26 | 1 | -1/+1 |
| | |||||
* | Made SuggestionBox clear suggestions on escape (#2909) | Harrison Healey | 2016-05-06 | 1 | -0/+2 |
| | |||||
* | Multiple UI Improvements | Asaad Mahmood | 2016-03-24 | 1 | -1/+9 |
| | |||||
* | Switched Textbox to use a TextareaAutosize and removed custom resizing code | Harrison Healey | 2016-03-21 | 1 | -3/+14 |
| | |||||
* | Revert "PLT-2183 Slash command auto-complete" | Christopher Speller | 2016-03-18 | 1 | -2/+1 |
| | |||||
* | eslint error: validate suggestion_box channelId prop | Nicolas Clerc | 2016-03-17 | 1 | -0/+1 |
| | |||||
* | add external slashcommands management | Nicolas Clerc | 2016-03-17 | 1 | -1/+1 |
| | |||||
* | Converting to Webpack. Stage 1. | Christopher Speller | 2016-03-16 | 1 | -0/+167 |