summaryrefslogtreecommitdiffstats
path: root/webapp/components/floating_timestamp.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-2672 Refactored posts view with caching (#3054)Joram Wilander2016-05-271-54/+0
| | | | | | | | | | * 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
* General react performance improvements (#2796)Joram Wilander2016-04-291-0/+54
* General React performance improvements * Cleaned up unused props/state in PermaLinkView and PostFocusView