| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Updating word break
Updating improvements for about modal
|
|
|
|
|
|
|
|
| |
24h (#3337)
* Made post timestamp switch from 12h to 24h without refreshing
* Made RHS post timestamps switch from 12h to 24h without refreshing
|
| |
|
|
|
|
|
|
|
| |
Removing break all
Replacing jquery selectors and some other UI improvements
Removing jquery selector
|
|
|
|
|
|
|
|
|
| |
* 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)
|
|
|
|
|
| |
a post (#3300)
PLT-3203 Commenting on the RHS while in permalink view makes the message not show up in the RHS
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
(#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
|
|
|
|
|
|
|
|
|
| |
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
* Pushing time fix
* Fixing absolute time stamps on IOS
|
| |
|
|
|
|
| |
load (#3151)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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"
|
|
* 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
|