summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/post_view_cache.jsx
Commit message (Collapse)AuthorAgeFilesLines
* Check if user logged in before making setActiveChannel request (#4097)Joram Wilander2016-09-281-1/+4
|
* Updating ESLint (#4085)Christopher Speller2016-09-231-1/+1
|
* Do not send push notifications for channels being actively viewed (#3931)Joram Wilander2016-09-021-0/+2
|
* PLT-2672 Refactored posts view with caching (#3054)Joram Wilander2016-05-271-0/+85
* 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