summaryrefslogtreecommitdiffstats
path: root/webapp/components/search_results_item.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Minor Ui improvements (#6515)Asaad Mahmood2017-05-301-11/+18
| | | | | | * PLT-6645 - Improving copy pasting behaviour * PLT-6149 - Fixing edited indicator in search
* Merge 3.9 RC5 fixes into master (#6459)Joram Wilander2017-05-191-1/+1
| | | | | | | | | | | | | | | | | | | | | | | | * UI fixes for 3.9 (#6400) * UI fixes for header icon alignment * PLT-6569 - Fixing pin icon in header * PLT-6505 - Updating z-index for emoji picker * Updating z-index for overlaying sidebar * PLT-6134 - Fix for emoji picker on comments * Reverting emoji picker fix * Fixing alignment for header icons * Removing channel title changes * Don't show mention badge for active channel (#6411) * PLT-6583 - Fixing RHS compact view (#6413)
* Updating client dependencies. Switching to yarn. (#6433)Christopher Speller2017-05-181-13/+15
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* add IDs for reply arrows at center and RHS (#6311)Saturnino Abril2017-05-111-10/+7
|
* [PLT-6363-1] Create PostFlagIcon component and add flag IDs to posts (#6271)Saturnino Abril2017-05-091-54/+13
| | | | | | | * [UI-AUTO] add IDs to last 10 posts' text * create FlagPost component and add flag IDs for posts at center, RHS and search results
* Revert "[GH-5915] Clicking on @mention of a user in a post shows the profile ↵Harrison Healey2017-05-011-2/+2
| | | | | popover (#6129)" (#6289) This reverts commit 83f819451a80a767170b927eb2f0d5ed63f03239.
* [GH-5915] Clicking on @mention of a user in a post shows the profile popover ↵Saturnino Abril2017-05-011-2/+2
| | | | | | | | | | | | | | | | (#6129) * post message at-mention profile pop-over * remove hover effect to special mentions * make non-clickable the non-existing at-mention username * fix "video call" position * use usernameMap instead of initially defined liteUsernameMap * update per comments
* 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 file attachment to search result (#5806)VeraLyu2017-03-241-0/+12
|
* Add pinned posts (#4217)Gabin Aureche2017-03-131-0/+13
|
* PLT-5490: Add machine readable timestamps for search results (#5564)Ari Autio2017-02-281-1/+4
|
* Revert "#5108 Use <time> element for channel headers and search result ↵Björn Roland2017-02-101-9/+6
| | | | headers" (#5359)
* Add permalink to timestamp (#5206)Andrei Stanciu2017-02-101-9/+47
| | | | | | | | | | | | | | * Add permalink to timestamp * Add permalink to timestamp * Add permalink to timestamp * Add permalink to timestamp * fix error with duplicated import * underline permalink on hover
* #5108 Use <time> element for channel headers and search result headers (#5331)Björn Roland2017-02-081-6/+9
|
* PLT-135 Showing "(Edited)" indicator if a message has been edited. (#4923)Debanshu Kundu2017-01-121-1/+1
|
* PLT-5118 moving to last_picture_update for the profile img (#4985)Corey Hulen2017-01-061-1/+1
|
* PLT-4860 Make ProfilePopover into it's own component and use it consistently ↵George Goldberg2016-12-221-1/+7
| | | | | | | | | | | | | | | | | | | | | 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-1/+1
|
* 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