summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/post_view_cache.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-6214 Move channel store and actions over to redux (#6235)Joram Wilander2017-04-281-2/+7
| | | | | | | | | | | | | | * Move channel store and actions over to redux * Fix style errors * Fix unit test * Various fixes * More fixes * Revert config changes
* 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
* Revert "display loading screen when changing team" (#5403)Jason Blais2017-02-141-29/+8
|
* Increase performance when receiving messages (#5375)Joram Wilander2017-02-131-1/+1
|
* display loading screen when changing team (#5325)Mika Andrianarijaona2017-02-081-8/+29
| | | | | | * display loading screen when changing team * fix lint error
* PLT-5012 Combine updateLastViewedAt, setLastViewedAt and setActiveChannel ↵Joram Wilander2016-12-211-1/+1
| | | | | | | | into a single API (#4840) * Combine updateLastViewedAt, setLastViewedAt and setActiveChannel into a single API * Remove preference DB writes
* PLT-4787 Fixed not being able to join a channel through a link after opening ↵Harrison Healey2016-11-211-3/+4
| | | | the More Channels modal (#4616)
* 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