summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/post_list.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Do not scroll center channel to bottom when posting in RHS (#6852)Joram Wilander2017-07-051-12/+11
|
* Fix some scrolling issues (#6851)Joram Wilander2017-07-051-1/+0
|
* More scrolling fixes (#6780)Joram Wilander2017-06-291-6/+8
| | | | | | | | * Added MarkdownImage component * Fixed unit tests * More scrolling fixes
* Move remaining actions over to use redux and v4 endpoints (#6720)Joram Wilander2017-06-261-1/+1
|
* Fix JS error from null posts (#6722)Joram Wilander2017-06-231-0/+4
|
* PLT-6890 Fix various scrolling issues (#6727)Joram Wilander2017-06-231-11/+22
| | | | | | | | | | * Fix various scrolling issues * Move reaction scrolling to reaction list * Handle scrolling when RHS opens * Only run scroll update code when posts change
* PLT-6215 Major post list refactor (#6501)Joram Wilander2017-06-181-0/+523
* 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