🎨 Reorganize the contacts_window widgets + add first interactions with homeserver

This commit is contained in:
2023-08-15 22:05:26 +02:00
parent 22ef914304
commit 2159c6adeb
17 changed files with 712 additions and 243 deletions

4
src/components/mod.rs Normal file
View File

@@ -0,0 +1,4 @@
pub mod avatar_selector;
pub mod contacts_window;
pub mod header;
pub mod login;