Commit Graph

129 Commits

Author SHA1 Message Date
ff430edffe 💄 Use Geist font everywhere. 2024-03-03 23:29:49 +01:00
5e05b75bde 💄 Add Wallpaper, Spinner and LoadingPage widgets 2024-02-29 23:47:32 +01:00
5719cb8254 💄 Add DS colors 2024-02-29 23:46:20 +01:00
a7cf0f681a 🎨 Split ChatsWindow component
Creation of the Navbar and Conversation components.
2024-01-01 21:52:31 +01:00
a8d343ce3a ️ Use of the token returned by the first sync with the homeserver 2024-01-01 21:32:32 +01:00
5fe13335a1 🎨 Factorize Room creation from MatrixRoom instances 2023-12-31 15:21:49 +01:00
04628ae10d ️ Remove the periodic pooling to get the rooms (joined or not) 2023-12-31 15:04:18 +01:00
66f4ba6a7e 🐛 Remove piece of code used for testing 2023-12-30 23:38:06 +01:00
116bbcb247 🚧 Add an interface to the ChatsWindows to drive its behavior
For now, only the ChatsWindow tabs are toggled on clicks on room names (from ContactsSection).
2023-12-30 23:31:51 +01:00
7498638ac1 🚨 Fix clippy warnings 2023-12-26 21:04:57 +01:00
ddeb94e887 ♻️ Replace flume with tokio and share Matrix client infos to chats
- Remove of the flume dependency.
- Add the capability to share data provided by the Matrix client to the ChatsWindow. Indeed, until the 0.6 Dioxus
  release, each window runs in a separate virtual DOM so the context and Fermi states are completely seperate
  (cf. https://discord.com/channels/899851952891002890/1188206938215948378).
2023-12-25 23:14:43 +01:00
8679a23692 Add rooms topics management 2023-12-23 14:54:21 +01:00
c9292fd613 🏗️ Remove data handling from components
The data sent by matrix_interface senders is now handled by the App.
2023-12-21 22:07:08 +01:00
513b05ddb3 🏗️ Split matrix_client.rs to create the matrix_interface module 2023-12-17 11:54:21 +01:00
ae8dba86f6 🏗️ Rearchitecting the interface with the MatrixClient
- Replace RwStore with channels.
- Use of fermi to handle application data.
- Use of tracing.
2023-12-10 22:04:07 +01:00
4988054dae 💄 Display ChatsWindow only once the user logged 2023-08-21 21:43:42 +02:00
f79bf329a5 🐛 Fix AvatarSelector shift (Login) 2023-08-21 21:29:09 +02:00
5120f1e74f 🐛 Fix not-centered AvatarSelector rendering issue 2023-08-20 20:06:16 +02:00
ff95dcade8 Add first static (no reactivity, static data) implementation of ChatsWindow 2023-08-20 20:04:09 +02:00
3b89cd1769 🎨 Move DownArrowIcon to the new icons file 2023-08-20 19:53:28 +02:00
94d0ea1cc8 💄 Make all the ChatsWindow main div usable 2023-08-16 22:38:31 +02:00
60f2466411 🎨 Refactor App + add an empty ChatsWindow in a dedicated window 2023-08-16 21:06:28 +02:00
2159c6adeb 🎨 Reorganize the contacts_window widgets + add first interactions with homeserver 2023-08-15 22:17:50 +02:00
22ef914304 First try of making reactive state external using UseRw 2023-08-09 22:54:32 +02:00
2bbee1633f 🎨 Merge app_settings.rs and base.rs files 2023-08-09 22:40:11 +02:00
fd80b7fc10 🎨 Replace sir with turf + move css to dedicated scss files 2023-08-06 21:27:20 +02:00
a380c42b03 🚧 Handle logged state + Login -> ContactsWindow transition 2023-08-05 20:17:05 +02:00
45d5eb704c 🎨 Split ContactsWindow component + use of dioxus-free-icons 2023-08-04 22:35:32 +02:00
54a50c1ff0 🎉 First commit (💩) 2023-08-03 20:44:53 +02:00