Commit Graph

4 Commits

Author SHA1 Message Date
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
513b05ddb3 🏗️ Split matrix_client.rs to create the matrix_interface module 2023-12-17 11:54:21 +01:00