mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 22:53:44 +08:00
cbb9396353
- Moves `<ChatMessageInfo />` to `<Chat::Message::Info />` - Moves `<ChatMessageAvatar />` to `<Chat::Message::Avatar />` - Moves `<ChatMessageLeftGutter />` to `<Chat::Message::LeftGutter />`, adds tests - Creates `<Chat::Message::Error />` - Creates `<Chat::Message::MentionWarning />`, adds tests and a styleguide - Creates a model for ChatMessageMentionWarning, adds fabricator for it - Keeps the enter/leave viewport logic inside the `<ChatMessage />` component instead of bubbling it to the channel and thread components - Adds a scale animation when clicking a reaction - Creates `chat/later-fn` modifier which accepts a function and a delay. It allows to call a function Xms after a component has been inserted, it's useful for animations. - Moves css code out of chat-message into relevant files - Deletes unused code <!-- NOTE: All pull requests should have tests (rspec in Ruby, qunit in JavaScript). If your code does not include test coverage, please include an explanation of why it was omitted. -->
63 lines
1.9 KiB
SCSS
63 lines
1.9 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-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";
|
|
@import "chat-thread-participants";
|
|
@import "channel-summary-modal";
|
|
@import "chat-message-mention-warning";
|
|
@import "chat-message-error";
|