mirror of
https://github.com/discourse/discourse.git
synced 2024-12-02 16:38:33 +08:00
4512e5652f
This update adds three tabs to the bottom of the chat overlay to make it easier for users to navigate chat on mobile. As a result of this change: - Direct Messages are now shown separately from public channels on mobile - My Threads has now moved from the channel list to it's own tab on mobile - My Threads can still be accessed on desktop via the sidebar and within the drawer channel list - Chat back button has been updated to navigate to the correct tab (for both channels and threads) Some special cases: - If DMs are not used then the tab is not rendered - If the user has no threads then the tab is not rendered - If both the tabs for DMs and Threads aren't available then the whole footer will not be rendered - Chat footer is only shown on the listing pages (DMs, Channels, My Threads) --------- Co-authored-by: chapoi <101828855+chapoi@users.noreply.github.com> Co-authored-by: Joffrey JAFFEUX <j.jaffeux@gmail.com>
26 lines
712 B
SCSS
26 lines
712 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-navbar";
|
|
@import "chat-thread-list-header";
|
|
@import "chat-user-threads";
|
|
@import "chat-header";
|
|
@import "chat-footer";
|