mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 15:43:43 +08:00
52e8d57293
This commit will now allow us to track read position in a thread and returns to this position when you open the thread. Note this commit is also extracting the following components to make it possible: - `<ChatMessagesScroller />` - `<ChatMessagesContainer />` The `UpdateUserThreadLastRead` has been updated to allow this. Various refactorings have also been done to the code and specs to improve the support of last read.
73 lines
2.2 KiB
SCSS
73 lines
2.2 KiB
SCSS
@import "chat-unread-indicator";
|
|
@import "chat-height-mixin";
|
|
@import "base-common";
|
|
@import "sidebar-extensions";
|
|
@import "chat-browse";
|
|
@import "chat-channel";
|
|
@import "chat-channel-card";
|
|
@import "chat-channel-icon";
|
|
@import "chat-channel-info";
|
|
@import "chat-channel-name";
|
|
@import "chat-channel-preview-card";
|
|
@import "chat-channel-title";
|
|
@import "chat-composer-dropdown";
|
|
@import "chat-composer-upload";
|
|
@import "chat-composer-uploads";
|
|
@import "chat-composer";
|
|
@import "chat-composer-button";
|
|
@import "chat-drawer";
|
|
@import "chat-emoji-picker";
|
|
@import "chat-form";
|
|
@import "chat-index";
|
|
@import "chat-mention-warnings";
|
|
@import "chat-message-actions";
|
|
@import "chat-message-collapser";
|
|
@import "chat-message-images";
|
|
@import "chat-message-info";
|
|
@import "chat-message-left-gutter";
|
|
@import "chat-message-separator";
|
|
@import "chat-message-thread-indicator";
|
|
@import "chat-message";
|
|
@import "chat-notices";
|
|
@import "chat-onebox";
|
|
@import "chat-reply";
|
|
@import "chat-replying-indicator";
|
|
@import "chat-selection-manager";
|
|
@import "chat-side-panel";
|
|
@import "chat-skeleton";
|
|
@import "chat-thread";
|
|
@import "chat-side-panel-resizer";
|
|
@import "chat-upload-drop-zone";
|
|
@import "chat-transcript";
|
|
@import "core-extensions";
|
|
@import "dc-filter-input";
|
|
@import "incoming-chat-webhooks";
|
|
@import "reviewable-chat-message";
|
|
@import "chat-thread-list-item";
|
|
@import "chat-threads-list";
|
|
@import "chat-composer-separator";
|
|
@import "chat-thread-header";
|
|
@import "chat-thread-list-header";
|
|
@import "chat-thread-unread-indicator";
|
|
@import "chat-thread-participants";
|
|
@import "chat-message-error";
|
|
@import "chat-message-creator";
|
|
@import "chat-user-avatar";
|
|
@import "chat-modal-new-message";
|
|
@import "chat-modal-archive-channel";
|
|
@import "chat-modal-edit-channel-description";
|
|
@import "chat-modal-create-channel";
|
|
@import "chat-modal-create-channel";
|
|
@import "chat-modal-channel-summary";
|
|
@import "chat-modal-move-message-to-channel";
|
|
@import "chat-scroll-to-bottom";
|
|
@import "chat-channel-row";
|
|
@import "chat-channel-members";
|
|
@import "chat-channel-settings";
|
|
@import "chat-user-threads";
|
|
@import "chat-navbar";
|
|
@import "chat-thread-title";
|
|
@import "chat-audio-upload";
|
|
@import "chat-message-text";
|
|
@import "chat-messages-scroller";
|