summaryrefslogtreecommitdiffstats
path: root/webapp/stores/search_store.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6486 Add an `@username` button to the profile popover, that puts the ↵David Meza2017-07-311-1/+1
| | | | | | | | | | | | 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.
* Add [...] menu to search results list (#6663)Saturnino Abril2017-07-211-2/+17
| | | | | | | | * Add [...] menu to search results list * fix updates on search results when post is pinned or edited * remove app dispatcher from component
* PLT-6905 - Updating channel header design (#6789)Asaad Mahmood2017-07-061-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * PLT-6905 - Updating channel header design * Updating border-radius * Updating radius for wide icons * Updating trigger for overlay * Updating UI for channel header * Updating channel header sizing * Updating channel header css * Updating sidebar css * Updating status icons * Adjusting border * Updating comment * Removing type from status icon * Fixing UI issues for the channel header/sidebar * make "Add a channel description" open the channel header modal * Updating status and opacity * Updating stauts icon positioning * Updating description and heading size * Updating UI changes * Updating UI changes * add a focused class to the parent div .search__form and then remove when hover away * Fix active state for pinned posts icon * Updating UI changes * Update channel header text
* fix JS error after pinning a post with an empty pinned post list open in RHS ↵Saturnino Abril2017-05-081-1/+1
| | | | (#6345)
* PLT-6240: Remove own pinned post from RHS when removed from channel (#6098)VeraLyu2017-04-181-0/+17
| | | | | Dispatch REMOVE_POST event after successfully initiating delete post, others get informed by websocket event and will mark the msg as deleted but not delete from RHS.
* PLT-4176: Remain RHS pin post unchanged after channel switching (#6038)VeraLyu2017-04-121-0/+9
| | | | Prevent changes to search_store after switched channel so that RHS pin posts can continue to display previous content.
* PLT-6155: Keep pin badges in RHS consistent with that in center (#6018)VeraLyu2017-04-121-0/+22
| | | | Sync search store when recieving pin/unpin event to keep pin badges in RHS consistent with that in center channel.
* 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
* Add pinned posts (#4217)Gabin Aureche2017-03-131-2/+8
|
* Deleted posts now update in search results and flagged posts (#4618)Joram Wilander2016-11-221-0/+19
|
* First commit for toggling mentions using shortcut and button (#4169)Pepijn2016-10-111-0/+1
| | | | | Also did some refactoring and moved code to actions Fixed coding style errors
* PLT-3506 Added flagged posts functionality (#3679)Joram Wilander2016-08-041-2/+8
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* Refactoring center panel away. Moving tutorial to a route. Fixing aChristopher Speller2016-03-291-1/+1
| | | | bunch of bugs.
* Moving search store to memoryChristopher Speller2016-03-231-31/+9
|
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-0/+137