summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view/post_focus_view_controller.jsx
Commit message (Collapse)AuthorAgeFilesLines
* PLT-3221 Remove async call to get posts when creating a comment and editing ↵enahum2016-06-091-0/+1
| | | | | a post (#3300) PLT-3203 Commenting on the RHS while in permalink view makes the message not show up in the RHS
* PLT-2672 Refactored posts view with caching (#3054)Joram Wilander2016-05-271-0/+128
* 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