Commit Graph

19 Commits

Author SHA1 Message Date
014a0c2c57 🎨 Put svg image generation in a dedicated datasource 2024-04-01 19:32:35 +02:00
9071b0073c ⬆️ Update the components to take the dioxus 0.5 rework into account 2024-03-31 23:26:10 +02:00
83fe388e8d 🚨 Fix clippy warnings 2024-03-30 18:24:04 +01:00
448b81b65d Add Login component 2024-03-30 17:40:17 +01:00
570a969cee 💄 Fix conflicts regarding the generated CSS class names 2024-03-21 18:32:40 +01:00
ceeda1a771 Redesign Login component and add fields validation 2024-03-15 14:58:58 +01:00
fc0d3b1212 ♻️ Replace constcat with const_format 2024-03-15 12:33:25 +01:00
c746fb6552 💄 Rework Login component 2024-03-10 12:02:18 +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
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
f79bf329a5 🐛 Fix AvatarSelector shift (Login) 2023-08-21 21:29:09 +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
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
54a50c1ff0 🎉 First commit (💩) 2023-08-03 20:44:53 +02:00