summaryrefslogtreecommitdiffstats
path: root/webapp/components/search_results.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Fixed mobile search focus - keyboard collapse/focus (#5766)Saturnino Abril2017-03-241-23/+14
|
* Update pinned posts help text (#5811)Jason Blais2017-03-201-2/+8
| | | | | | | | * Update pinned posts help text * Update en.json * Fix id
* Add pinned posts (#4217)Gabin Aureche2017-03-131-1/+30
|
* Mobile Web: Auto-focus cursor in the search box (#5284)Saturnino Abril2017-03-031-1/+1
| | | | | | | | | | | | | | * Mobile Web: Auto-focus cursor in the search box and open keyboard when the search icon is tapped * fixed issue with safari mobile view * added isFocus props to search_bar.jsx component * used 'x' and fixed spacing * changed 'x' icon and fixed css * added aria-hidden='true'
* PLT-5154 Scroll RHS to the top when search term changes (#5027)Joram Wilander2017-01-101-0/+6
|
* Remove scroll when search results update (#4897)Joram Wilander2016-12-261-4/+0
|
* PLT-4860 Make ProfilePopover into it's own component and use it consistently ↵George Goldberg2016-12-221-0/+32
| | | | | | | | | | | | | | | | | | | | | everywhere (#4701) * PLT-4860 - Use same User Popover everywhere. Refactor out the ProfilePopover into it's own component and give it the union of all the features of the previous two implementations, and make sure all the necessary data for it to work consistently everywhere is provided through the props wherever it is used. * Don't show popover for webhook posts in main view. * No popover on RHS when it's a webhook post. * Fix style. * Don't send in user when it's a system message. * Fix some duplication of code.
* Fix react warnings and part of backstage (#4706)enahum2016-12-051-2/+2
|
* Deleted posts now update in search results and flagged posts (#4618)Joram Wilander2016-11-221-1/+1
|
* Add flagging functionality to search results (#3803)Joram Wilander2016-08-181-10/+26
|
* Multiple UI Improvements (#3804)Asaad Mahmood2016-08-161-0/+17
| | | | | | | | | | | | | | * PLT-3834 - Updating Manage members modal for mobile * PLT-3792 - Making compact view compatible with search and flagged posts RHS * PLT-3910 - Improving suggestions separator * PLT-3769 - Enabling markdown headings in compact view * Updating view members text in en..json * Removing shouldcomponentupdate from search_results_item.jsx
* PLT-3506 Added flagged posts functionality (#3679)Joram Wilander2016-08-041-2/+40
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * Added flagged posts functionality * UI Improvements to flags (#3697) * Added flag functionality for mobile * Updating flagged text (#3699) * Add back button to RHS thread when coming from flagged posts * Updating position of flags (#3708) * Plt 3506 - Reverting flag position (#3724) * Revert "Updating position of flags (#3708)" This reverts commit aaa05632c5d9eda35a048300a5bd7e99584c5b58. * Fixing the icon in search * Help text and white space improvements (#3730) * Updatng help text and some white spacing. * Updating help text
* Adding expand icon for RHS (#3386)Asaad Mahmood2016-06-291-2/+9
| | | | | | | | | | | | | | | | * Adding expand icon for RHS Fixing errors Adding back getTeamInviteLink with better functionality for mobile Adding vertical align to post__link Updating improvements for expand RHS stuff * Improving transition on mobile * Removing irrelevant changes
* Clarifying help text (#3370)it332016-06-241-3/+3
| | | | | | | | | | | | | | | | | | | | * Making help text more clear * Clarifying help text * Changing "No results" to question * Changing "No results" to question * Update search_results.jsx * Update en.json * Update en.json * Update search_results.jsx * Update search_results.jsx
* PLT-3202 Re-render timestamps when display settings switch between 12h and ↵Harrison Healey2016-06-151-1/+3
| | | | | | | | 24h (#3337) * Made post timestamp switch from 12h to 24h without refreshing * Made RHS post timestamps switch from 12h to 24h without refreshing
* Fixed search results to correctly update when search term changes (#3010)Harrison Healey2016-05-161-2/+3
|
* Multiple UI improvementsAsaad Mahmood2016-03-231-0/+3
|
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-0/+193