summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/index.js
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6215 Major post list refactor (#6501)Joram Wilander2017-06-181-7/+37
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * 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
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-281-0/+24
* Move channel store and actions over to redux * Fix style errors * Fix unit test * Various fixes * More fixes * Revert config changes