summaryrefslogtreecommitdiffstats
path: root/webapp/components/search_results_item.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Deleted posts now update in search results and flagged posts (#4618)Joram Wilander2016-11-221-94/+121
|
* PLT-4293 - Adding status indicator to RHS thread (#4292)Asaad Mahmood2016-10-241-2/+1
| | | | | | | | | | | | | | * PLT-4293 - Adding status indicator to RHS thread * Coming conditional * Changing const position * Uber UI changes * Revert "Uber UI changes" This reverts commit 6b756c38ccde7da6b8180e119a00beb92b4b8057.
* PLT-3252 Bring up profile popover after clicking on a profile picture… (#4144)Brendan Bowidas2016-10-061-3/+4
| | | | | | | | | | | | | | * PLT-3252 Bring up profile popover after clicking on a profile picture in a channel * PLT-3252 Bring up profile popover after clicking on a profile picture in a channel remove important * fixed 'Cannot read property first_name of undefined' bug * fix status indicator position * refactoring per request
* Updating ESLint (#4085)Christopher Speller2016-09-231-1/+1
|
* PLT-3338 Show username on Direct message search result (#4041)enahum2016-09-201-1/+4
|
* PLT-1752/PLT-3567/PLT-3998 Highlighting links in search, unit tests for ↵Harrison Healey2016-08-291-9/+7
| | | | | | | | | | | | | | | | | | | | | | | | | | autolinking (#3865) * Added highlighting to links when their URL includes the search term * Decoupling UserStore from react-router to allow for unit tests involving it * PLT-3998 Added SiteURL as an option to be passed into the text formatting code * Removed reference to PreferenceStore and window from TextFormatting * Refactored TextFormatting to remove remaining browser-only code * Updated ChannelHeader and MessageWrapper to match the changes to TextFormatting * Increased max listeners for Preference and Emoji stores * PLT-3832 Added automated unit tests for autolinking * PLT-3567 Rerender posts when mention keywords change * Updated RHS and search to match the changes to TextFormatting * Broke TextFormatting's dependency on the UserStore
* Add flagging functionality to search results (#3803)Joram Wilander2016-08-181-21/+36
|
* Multiple UI Improvements (#3804)Asaad Mahmood2016-08-161-8/+18
| | | | | | | | | | | | | | * 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-17/+69
| | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* PLT-3408 Add SiteURL to config.json (#3692)Harrison Healey2016-08-021-1/+2
| | | | | | | | * PLT-3408 Changed serverside code to get the service's URL from config.json * PLT-3408 Changed most clientside code to use the SiteURL config setting instead of window.location * PLT-3408 Changed default SiteURL to be autodetected
* Adding expand icon for RHS (#3386)Asaad Mahmood2016-06-291-2/+11
| | | | | | | | | | | | | | | | * 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
* Adding webpack code splitting (#3377)Christopher Speller2016-06-221-1/+1
|
* PLT-3202 Re-render timestamps when display settings switch between 12h and ↵Harrison Healey2016-06-151-2/+3
| | | | | | | | 24h (#3337) * Made post timestamp switch from 12h to 24h without refreshing * Made RHS post timestamps switch from 12h to 24h without refreshing
* PLT-3177 - Fixing ordering for custom themes (#3226)Asaad Mahmood2016-06-031-1/+1
| | | | | | | | | Fix for bot tag and webhook attachments Adding theme styling for webhooks Removing embed styling Improving margins on compcat view for line breaks
* PLT-2672 Refactored posts view with caching (#3054)Joram Wilander2016-05-271-1/+2
| | | | | | | | | | * Refactored posts view to use view controller design * Add post view caching * Required updates after rebase * Fixed bug where current channel not set yet was causing breakage
* Added BOT in RHS (#3136)David Lu2016-05-271-1/+8
| | | Changed BOT to constant
* Refactor login, claim and create_team into views and add actions (#3110)Joram Wilander2016-05-261-1/+1
|
* PLT-2705 - Fixing jump to archive on mobile (#2861)Asaad Mahmood2016-05-031-0/+7
|
* PLT-1915: Fix Timestamps are displayed as 12 hour even when set to 24 hour ↵enahum2016-05-021-1/+1
| | | | mode (#2852)
* Closing 'RHS' on mobile when jump link is clicked (#2825)Christopher Speller2016-05-021-4/+28
|
* Properly display webhook username/icon in search resultsJoramWilander2016-04-041-8/+27
|
* Fixing sidebar jump warningChristopher Speller2016-03-311-2/+1
|
* Refactoring center panel away. Moving tutorial to a route. Fixing aChristopher Speller2016-03-291-18/+5
| | | | bunch of bugs.
* Converting to Webpack. Stage 1.Christopher Speller2016-03-161-0/+146