Use of Conversations layout

This commit is contained in:
2024-05-26 11:39:18 +02:00
parent c8e8e2da67
commit 62015f8d13
5 changed files with 88 additions and 153 deletions

View File

@@ -4,9 +4,11 @@ use tracing::{debug, trace, warn};
use super::{button::Button, icons::SearchIcon, text_input::TextInput};
use crate::{
base::{ACCOUNT, STORE},
domain::model::{common::PresenceState as DomainPresenceState, room::RoomId, space::SpaceId},
ui::components::icons::{ChatsIcon, LogoIcon, RoomsIcon, SpacesIcon},
ui::{
components::icons::{ChatsIcon, LogoIcon, RoomsIcon, SpacesIcon},
ACCOUNT, STORE,
},
};
turf::style_sheet!("src/ui/components/conversations.scss");