mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 22:43:56 +08:00
e6c6c342d9
This commit contains multiple changes to improve the composer behavior especially in the context of a thread: - Generally rename anything of the form `chatChannelThread...` to `chatThread...`` - Moves the textarea interactor instance inside the composer server - Improves the focus state and closing of panel related to the use of the Escape shortcut - Creates `Chat::ThreadList` as a component instead of having `Chat::Thread::ListItem` and others which could imply they were children of a the `Chat::Thread` component
58 lines
1.7 KiB
SCSS
58 lines
1.7 KiB
SCSS
@import "chat-height-mixin";
|
|
@import "base-common";
|
|
@import "sidebar-extensions";
|
|
@import "chat-browse";
|
|
@import "chat-channel";
|
|
@import "chat-channel-card";
|
|
@import "chat-channel-info";
|
|
@import "chat-channel-preview-card";
|
|
@import "chat-channel-selector-modal";
|
|
@import "chat-channel-settings-saved-indicator";
|
|
@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-draft-channel";
|
|
@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-onebox";
|
|
@import "chat-reply";
|
|
@import "chat-replying-indicator";
|
|
@import "chat-retention-reminder";
|
|
@import "chat-selection-manager";
|
|
@import "chat-side-panel";
|
|
@import "chat-skeleton";
|
|
@import "chat-tabs";
|
|
@import "chat-thread";
|
|
@import "chat-side-panel-resizer";
|
|
@import "chat-upload-drop-zone";
|
|
@import "chat-transcript";
|
|
@import "core-extensions";
|
|
@import "create-channel-modal";
|
|
@import "d-progress-bar";
|
|
@import "dc-filter-input";
|
|
@import "direct-message-creator";
|
|
@import "full-page-chat-header";
|
|
@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-buttons";
|
|
@import "chat-thread-header";
|
|
@import "chat-thread-list-header";
|
|
@import "chat-thread-unread-indicator";
|