Commit Graph

11 Commits

Author SHA1 Message Date
c746fb6552 💄 Rework Login component 2024-03-10 12:02:18 +01:00
1073a592ed 🔨 Make the Design System color tokens reachable from the rust code
The design system tokens are specified in the _base.scss file. To avoid to duplicate their value in a rust file, a new
step has been added to the building process to generate the `style_vars.rs` file which make the color tokens reachable
to the app.
2024-03-10 11:40:00 +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
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
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
88b063b770 ⬆️ Bump dependencies versions 2023-08-06 11:58:49 +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