discourse/plugins/chat/assets/stylesheets/mobile/index.scss
David Battersby 0c8f531909
FEATURE: encourage users to set chat thread titles (#26617)
This change encourages users to title their threads to make it easier for other users to join in on conversations that matter to them.

The creator of the chat thread will receive a toast notification prompting them to add a thread title when on mobile and the thread has at least 5 sent replies.
2024-04-29 17:20:01 +08:00

27 lines
750 B
SCSS

@import "base-mobile";
@import "chat-channel";
@import "chat-composer";
@import "chat-composer-dropdown";
@import "chat-index";
@import "chat-message-actions";
@import "chat-message";
@import "chat-selection-manager";
@import "chat-emoji-picker";
@import "chat-composer-upload";
@import "chat-side-panel";
@import "chat-thread";
@import "chat-threads-list";
@import "chat-message-thread-indicator";
@import "chat-message-creator";
@import "chat-channel-row";
@import "chat-channel-members";
@import "chat-channel-settings";
@import "chat-form";
@import "chat-modal-new-message";
@import "chat-modal-thread-settings";
@import "chat-navbar";
@import "chat-thread-list-header";
@import "chat-user-threads";
@import "chat-header";
@import "chat-footer";