summaryrefslogtreecommitdiffstats
path: root/webapp/components/post_view
Commit message (Collapse)AuthorAgeFilesLines
* Distinguish between static embeds and toggleable embeds (#3333)Joram Wilander2016-06-151-22/+43
|
* Multiple UI improvements (#3317)Asaad Mahmood2016-06-141-1/+6
| | | | | | | Removing break all Replacing jquery selectors and some other UI improvements Removing jquery selector
* Scrolling fixes (#3200)samogot2016-06-101-4/+3
| | | | | | | | | * scrolling fixes: - jumps on free scroll when somebody posts a new message (and old one disappears at top) - jumps on closing RHS (no compensation of resize) - scroll blinking on opening/closing RHS (delay before resize compensation) * fix scroll slipping up on multiple open/close RHS in case when (this.refs.postlist.offsetHeight % Constants.SCROLL_PAGE_FRACTION === 0)
* PLT-3221 Remove async call to get posts when creating a comment and editing ↵enahum2016-06-092-2/+7
| | | | | a post (#3300) PLT-3203 Commenting on the RHS while in permalink view makes the message not show up in the RHS
* PLT-3114 Moved preview collapse out of pre-release features (#3206)Joram Wilander2016-06-065-26/+61
| | | | | | | | | | * Added user setting to auto collapse image previews * Added slash commands for collapsing/expanding image previews * Added translation strings for collapse setting * Add default props for preview collapse setting
* PLT-3182 - Improving switch channels modal and some minor UI improvements ↵Asaad Mahmood2016-06-061-12/+10
| | | | | | | | | | | | | | (#3238) * PLT-3182 - Improving switch channels modal and some minor UI improvements Enabling link previews Adding compact layout to RHS Improving timestamps * Adding update code for RHS components
* PLT-3177 - Fixing ordering for custom themes (#3226)Asaad Mahmood2016-06-031-1/+1
| | | | | | | | | Fix for bot tag and webhook attachments Adding theme styling for webhooks Removing embed styling Improving margins on compcat view for line breaks
* 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