summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/post_body
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6486 Add an `@username` button to the profile popover, that puts the ↵David Meza2017-07-311-0/+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.
* [PLT-6744] Add "Only visible to you" note for ephemeral messages (#6790)Carlos Tadeu Panato Junior2017-07-251-0/+1
|
* Fix 'user_id' of undefined JS error (#6878)Joram Wilander2017-07-081-1/+1
|
* Fix some scrolling issues (#6851)Joram Wilander2017-07-051-1/+1
|
* PLT-4457 Added AtMention component to better render at mentions (#6563)Harrison Healey2017-06-201-11/+14
| | | | | | | | | | | | | | * Moved Utils.searchForTerm into an action * Added easier importing of index.jsx files * PLT-4457 Added AtMention component to better render at mentions * Fixed client unit tests * Fixed merge conflict * Fixed merge conflicts
* [PLT-3379] "Commented on" username should respect the teammate name display ↵Carlos Tadeu Panato Junior2017-06-211-1/+1
| | | | | | | | (#6684) * PLT-3379 - "Commented on" username should respect the teammate name display * update per review
* PLT-6215 Major post list refactor (#6501)Joram Wilander2017-06-182-0/+225
* Major post list refactor * Fix post and thread deletion * Fix preferences not selecting correctly * Fix military time displaying * Fix UP key for editing posts * Fix ESLint error * Various fixes and updates per feedback * Fix for permalink view * Revert to old scrolling method and various fixes * Add floating timestamp, new message indicator, scroll arrows * Update post loading for focus mode and add visibility limit * Fix pinning posts and a react warning * Add loading UI updates from Asaad * Fix refreshing loop * Temporarily bump post visibility limit * Update infinite scrolling * Remove infinite scrolling