Commit Graph

  • cf9737fc76 Add Modal component Adrien 2024-03-30 13:46:53 +01:00
  • 5c91df206c 💄 Store colors in a nested map to make them reachable using criteria Adrien 2024-03-30 08:23:52 +01:00
  • 0ab6aaac1c Add PasswordTextInput component Adrien 2024-03-21 21:12:49 +01:00
  • 89b1f10b6e Add Pyramid icon Adrien 2024-03-21 21:05:04 +01:00
  • 570a969cee 💄 Fix conflicts regarding the generated CSS class names Adrien 2024-03-21 18:32:40 +01:00
  • ceeda1a771 Redesign Login component and add fields validation Adrien 2024-03-15 12:55:13 +01:00
  • fc0d3b1212 ♻️ Replace constcat with const_format Adrien 2024-03-15 12:33:25 +01:00
  • 01f589e789 Add helper_text to TextInput (previously TextEdit) Adrien 2024-03-15 12:24:42 +01:00
  • c746fb6552 💄 Rework Login component Adrien 2024-03-10 12:02:18 +01:00
  • 1073a592ed 🔨 Make the Design System color tokens reachable from the rust code Adrien 2024-03-10 11:40:00 +01:00
  • dd0754073c Add TextField component Adrien 2024-03-10 11:11:39 +01:00
  • b05e3efce4 🐛 Add SVG pattern file used to render the Wallpaper Adrien 2024-03-10 11:01:33 +01:00
  • 0a4969e079 💄 Center and uppercase the content of the Register and Login buttons Adrien 2024-03-10 10:42:02 +01:00
  • f52733d9a6 💄 Add buttons which will be used by the Login component Adrien 2024-03-09 22:46:00 +01:00
  • bb56d24f02 💄 Add border variables to the base SCSS file Adrien 2024-03-09 22:44:04 +01:00
  • 043a721429 Make Spinner animation suspendable Adrien 2024-03-09 13:04:01 +01:00
  • 46c251ef90 ♻️ Make Spinner reusable (not only by loading view) Adrien 2024-03-03 23:32:55 +01:00
  • 257b36eae1 ✏️ Fix typo in color names Adrien 2024-03-03 23:31:00 +01:00
  • ff430edffe 💄 Use Geist font everywhere. Adrien 2024-03-03 23:22:07 +01:00
  • 5e05b75bde 💄 Add Wallpaper, Spinner and LoadingPage widgets Adrien 2024-02-29 23:47:32 +01:00
  • 5719cb8254 💄 Add DS colors Adrien 2024-02-29 23:46:20 +01:00
  • 921003aeac Merge branch 'readme' into develop Adrien 2024-01-07 13:30:04 +01:00
  • 8ffc977846 📝 Add the reference to the MSN messenger client Adrien 2024-01-07 13:28:27 +01:00
  • 6e64eb4d97 📝 Add the description of the technical stack to the README Adrien 2024-01-07 13:25:52 +01:00
  • a7cf0f681a 🎨 Split ChatsWindow component Adrien 2024-01-01 21:52:31 +01:00
  • a8d343ce3a ️ Use of the token returned by the first sync with the homeserver Adrien 2024-01-01 21:32:32 +01:00
  • 5fe13335a1 🎨 Factorize Room creation from MatrixRoom instances Adrien 2023-12-31 15:21:49 +01:00
  • 04628ae10d ️ Remove the periodic pooling to get the rooms (joined or not) Adrien 2023-12-31 15:04:18 +01:00
  • 66f4ba6a7e 🐛 Remove piece of code used for testing Adrien 2023-12-30 23:38:06 +01:00
  • 116bbcb247 🚧 Add an interface to the ChatsWindows to drive its behavior Adrien 2023-12-30 23:31:51 +01:00
  • 2fed770f62 📝 Change the presentation video chroma subsampling Adrien 2023-12-26 21:44:46 +01:00
  • 227a07dd9e 📝 Add main readme file Adrien 2023-12-26 21:38:07 +01:00
  • 7498638ac1 🚨 Fix clippy warnings Adrien 2023-12-26 21:04:57 +01:00
  • ddeb94e887 ♻️ Replace flume with tokio and share Matrix client infos to chats Adrien 2023-12-25 23:14:43 +01:00
  • d7ba8130d3 🙈 Add dist directory to gitignore Adrien 2023-12-23 17:42:42 +01:00
  • 8679a23692 Add rooms topics management Adrien 2023-12-23 14:54:21 +01:00
  • c9292fd613 🏗️ Remove data handling from components Adrien 2023-12-21 22:07:08 +01:00
  • 513b05ddb3 🏗️ Split matrix_client.rs to create the matrix_interface module Adrien 2023-12-17 11:54:21 +01:00
  • ae8dba86f6 🏗️ Rearchitecting the interface with the MatrixClient Adrien 2023-12-10 22:01:05 +01:00
  • 4988054dae 💄 Display ChatsWindow only once the user logged Adrien 2023-08-21 21:43:42 +02:00
  • f79bf329a5 🐛 Fix AvatarSelector shift (Login) Adrien 2023-08-21 21:29:09 +02:00
  • 5120f1e74f 🐛 Fix not-centered AvatarSelector rendering issue Adrien 2023-08-20 20:06:16 +02:00
  • ff95dcade8 Add first static (no reactivity, static data) implementation of ChatsWindow Adrien 2023-08-20 20:04:09 +02:00
  • 3b89cd1769 🎨 Move DownArrowIcon to the new icons file Adrien 2023-08-20 19:53:28 +02:00
  • 94d0ea1cc8 💄 Make all the ChatsWindow main div usable Adrien 2023-08-16 22:38:31 +02:00
  • 60f2466411 🎨 Refactor App + add an empty ChatsWindow in a dedicated window Adrien 2023-08-16 21:06:28 +02:00
  • 2159c6adeb 🎨 Reorganize the contacts_window widgets + add first interactions with homeserver Adrien 2023-08-15 22:05:26 +02:00
  • 22ef914304 First try of making reactive state external using UseRw Adrien 2023-08-09 22:54:32 +02:00
  • 2bbee1633f 🎨 Merge app_settings.rs and base.rs files Adrien 2023-08-09 22:40:11 +02:00
  • fd80b7fc10 🎨 Replace sir with turf + move css to dedicated scss files Adrien 2023-08-06 21:27:20 +02:00
  • 88b063b770 ⬆️ Bump dependencies versions Adrien 2023-08-06 11:58:49 +02:00
  • a380c42b03 🚧 Handle logged state + Login -> ContactsWindow transition Adrien 2023-08-05 20:17:05 +02:00
  • 45d5eb704c 🎨 Split ContactsWindow component + use of dioxus-free-icons Adrien 2023-08-04 22:34:09 +02:00
  • 54a50c1ff0 🎉 First commit (💩) Adrien 2023-08-03 20:44:53 +02:00