summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view
Commit message (Collapse)AuthorAgeFilesLines
...
* Multiple UI improvements (#3220)Asaad Mahmood2016-06-023-18/+22
| | | | | | | | * Multiple UI improvements * Pushing time fix * Fixing absolute time stamps on IOS
* User display names now update immediately after changing display setting (#3155)Joram Wilander2016-05-302-2/+9
|
* PLT-2973 Fix Channel view doesn't scroll to New Messages indicator on first ↵enahum2016-05-301-2/+3
| | | | load (#3151)
* PLT-2321 Move the toggle icon next to the link being previewed (#3071)samogot2016-05-272-18/+39
| | | | | | | | | | | | | | * PLT-2321 Move the toggle icon next to the link being previewed only applicable to one-line messages started with link * remove useless "Youtube" header when no title is available * allow breaking long links instead of toggle * simplify "/" to "/<wbr />" replacing fix empty post without additional content body * discard buggy "simplification"
* PLT-2672 Refactored posts view with caching (#3054)Joram Wilander2016-05-2717-0/+2999
* 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