summaryrefslogtreecommitdiffstats
path: root/webapp/components/search_results.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-7140: On slow connection searching should clear RHS and show spinner (#7014)Jonathan2017-08-021-2/+27
| | | | | | | | | | | | | | | | * Added a RECEIVED_SEARCH_TERM event on search form submit, attempted to modify Search Results Header title when loading search results * Fixed RHS behaviour so that loading icon is shown while waiting for search results on slow connections. * PLT-7140: Fixed all eslint issues * PLT-7140: reverted changes to config/config.json that were accidentally committed * PLT-7140: Removed all static function decorators that I previously added to jsx files. These were suggested by eslint, but can cause issues for functions that override parent functionality. still can't reproduce the errors seen on spinmint locally, so I'm guessing at this point * PLT-7140: Changed var to const * Updating UI for search results loading (#7096)
* Show flagged posts consistently throughout the UI (#7063)Joram Wilander2017-08-011-1/+1
|
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-181-7/+8
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* [PLT-6363-1] Create PostFlagIcon component and add flag IDs to posts (#6271)Saturnino Abril2017-05-091-1/+5
| | | | | | | * [UI-AUTO] add IDs to last 10 posts' text * create FlagPost component and add flag IDs for posts at center, RHS and search results
* PLT-5860 Updated copyright date (#6058)Harrison Healey2017-04-121-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 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