Commit Graph
100 Commits
Author SHA1 Message Date
Adrien 692a71faef 🚨 Fix clippy warnings 2024-05-10 20:11:48 +02:00
Adrien c2918fbc78 🚧 Add RoomMember value object 2024-05-10 19:56:39 +02:00
Adrien bfa1539d23 🚧 Add Space identity 2024-05-10 19:29:42 +02:00
Adrien 0190cf9165 ♻️ Rework the Room entity 2024-05-10 19:13:46 +02:00
Adrien 4f9e5c538e 🚧 Add a first version of the mozaik builder service 2024-05-10 18:56:54 +02:00
Adrien 79e8dea622 🚧 Add Account identity and messaging and store interfaces 2024-05-10 18:56:37 +02:00
Adrien 0a0d6e745b 🚧 Remove AvatarSelector component 2024-05-09 22:12:32 +02:00
Adrien 32b633aad6 🚧 Remove Header component 2024-05-08 10:27:01 +02:00
Adrien 4ea4416165 🚧 Remove Loading component 2024-05-08 10:23:18 +02:00
Adrien c4dcb0f87d 🚧 Remove ChatsWindow and ContactsWindow components 2024-05-05 22:20:25 +02:00
Adrien f79ebb0b03 Add SearchIcon, SpacesIcon, ChatsIcon and RoomsIcon elements 2024-04-26 19:42:49 +02:00
Adrien 7078f86cd8 💄 Make the "logo" shape reusable 2024-04-26 19:31:05 +02:00
Adrien 894f32e177 💄 Adjust Login padding 2024-04-26 19:27:11 +02:00
Adrien 3afed02aa8 🚧 Make Button usable outside of the button.rs file 2024-04-26 19:23:34 +02:00
Adrien dfe2761a3a Merge branch 'fix/login-invalid-width-on-mobile' into develop
ci/woodpecker/push/dockerize Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2024-04-22 15:55:58 +02:00
Adrien 58e12c991d 🐛 Fix the height and radius of the inputs 2024-04-22 15:51:01 +02:00
Adrien badd541424 Merge branch 'fix/login-invalid-width-on-mobile' into develop
ci/woodpecker/push/dockerize Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2024-04-22 15:05:52 +02:00
Adrien fcf3d92cf9 🐛 Fix a view in charge to set the Login dimesions according to the screen aspect-ratio 2024-04-22 15:04:26 +02:00
Adrien 6172167ea8 Add a parameter to the Wallpaper widget to show the app version 2024-04-22 14:44:51 +02:00
Adrien 7170332205 Merge branch 'fix/loading-invalid-spinner-position' into develop
ci/woodpecker/push/dockerize Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2024-04-22 09:02:38 +02:00
Adrien a3775e35d3 🐛 Update to match to the dioxus_free_icons view_box and xmlns definition 2024-04-22 08:58:29 +02:00
Adrien 724d04c592 Merge branch 'fix/loading-invalid-spinner-position' into develop
ci/woodpecker/push/dockerize Pipeline failed
ci/woodpecker/push/deploy unknown status
2024-04-21 23:12:30 +02:00
Adrien b3330abecc 🐛 The loading spinner isn't aligned with the wallpaper on mobile 2024-04-21 23:08:34 +02:00
Adrien eecb46e4b8 🐛 Displayed versions are always computed as dirty
ci/woodpecker/push/dockerize Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2024-04-16 23:21:19 +02:00
Adrien de9d2b3a8a 👷 Run dockerize and deploy CI steps on commits on default branch
ci/woodpecker/push/dockerize Pipeline failed
ci/woodpecker/push/deploy unknown status
2024-04-16 07:29:09 +02:00
Adrien f0d3b91084 🧑‍💻 Add version to the Wallpaper
ci/woodpecker/push/dockerize Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
This information should be moved to a version panel, when it'll be available...
2024-04-16 07:01:49 +02:00
Adrien cae7a1e244 👷 Optimize building process using the homemade dioxus-cli docker image
ci/woodpecker/push/dockerize Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2024-04-15 23:18:40 +02:00
Adrien 6f95e0f57b 👷 Use of the CI to deliver a new image on each commit (temp)
ci/woodpecker/push/dockerize Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2024-04-15 22:04:25 +02:00
Adrien d4af06d687 🐛 Fix wallpaper-pattern misalignment 2024-04-12 16:59:45 +02:00
Adrien 53fff64537 🐛 Fix invalid font used in login form on (web platform) 2024-04-12 16:24:28 +02:00
Adrien fb4554aa71 🚀 Update Dockerfile to take the new code organization into account 2024-04-12 14:44:44 +02:00
Adrien 741124e47e ️ Configure cargo to Optimize the size of the generated wasm bundle 2024-04-12 14:42:41 +02:00
Adrien 9951c2fea6 🔥 Remove the use of LoadingPage component
For now, the LoadingPage component is kept, just in case.
2024-04-12 14:41:31 +02:00
Adrien df33e94a12 Add web page to display during the wasm bundle 2024-04-12 14:33:10 +02:00
Adrien 78cb65e054 ♻️ Move fonts and images directories in a common public on 2024-04-12 12:49:07 +02:00
Adrien 77fa0c5fd5 🚀 Add the Dockerfile for the web app 2024-04-11 08:32:57 +02:00
Adrien d3a35cd81f ️ Configure turf to minify the generated CSS files 2024-04-11 08:31:33 +02:00
Adrien b524048563 ⬆️ Bump turf release (0.7.0 -> 0.8.*) 2024-04-11 08:30:29 +02:00
Adrien 4ab4ac5fee ⬆️ Use of the latest matrix-sdk 0.7.* version (master branch before) 2024-04-11 08:30:17 +02:00
Adrien 438416bec1 Merge branch 'web-client' into develop 2024-04-10 17:23:24 +02:00
Adrien c580fba315 ♻️ Add Room domain entity 2024-04-10 17:14:26 +02:00
Adrien a7bccfa779 ♻️ Add Session domain entity 2024-04-10 12:50:15 +02:00
Adrien eb81b3252c Enable on tokio rt and sync features (disable default ones) 2024-04-10 12:41:30 +02:00
Adrien 880195109d ⬆️ Bump dioxus version 2024-04-10 12:41:29 +02:00
Adrien 11e239714b Reuse tracing library to be able to display matrix SDK logs 2024-04-10 12:41:05 +02:00
Adrien 4261e24cd2 ♻️ Clean Cargo.toml file and add target specific dependencies 2024-04-06 12:18:48 +02:00
Adrien 9cfc0841df 💄 Fix some rendering inconsistencies 2024-04-06 12:16:18 +02:00
Adrien 39ff4122c9 🐛 Svg generated using dicebear shall use unique ids 2024-04-06 12:13:10 +02:00
Adrien 46ce890718 ♻️ Make random_svg_generators able to get placeholder according to the target 2024-04-06 12:07:29 +02:00
Adrien 82b15a5509 💄 Manage config per target and remove menu bar from the desktop one 2024-04-06 12:02:43 +02:00
Adrien 912b67ed23 🐛 Remove unused tokio::time import 2024-04-06 11:55:32 +02:00
Adrien 0ec1187fc3 ♻️ Replace tracing dependency with dioxus-logger
tracing package doesn't support web platform when dioxus-logger `will eventually support every target that Dioxus
does. Currently only web and desktop platforms are supported.`
2024-04-06 11:51:46 +02:00
Adrien f78765e553 ⬆️ Bump dioxus-sdk version (0.5.0)
The dioxus-std has been renamed to dioxus-sdk
2024-04-06 11:37:43 +02:00
Adrien b26cb1d982 Use async-std to sleep asynchronously (previously done with tokio) 2024-04-05 17:23:48 +02:00
Adrien fc9411376c Remove dioxus-desktop dependency 2024-04-05 17:14:37 +02:00
Adrien df465d99c0 Disable matrix-sdk unused and default features 2024-04-05 17:13:22 +02:00
Adrien 491e34903f 🔧 Add Dioxus.toml file 2024-04-05 17:06:28 +02:00
Adrien 0c1df908f2 Merge branch 'dioxus-0.5.0' into develop 2024-04-05 16:26:32 +02:00
Adrien d245169345 🚸 Make desktop the default target 2024-04-05 16:16:19 +02:00
Adrien 9eaf79208e Merge branch 'clean-redesign' into develop 2024-04-04 14:39:04 +02:00
Adrien 0ce0764204 🎨 Isolate infra and ui components
The src/base.rs is still to be reworked.
2024-04-04 14:27:58 +02:00
Adrien 92bf860101 Merge branch 'dioxus-0.5.0' into develop 2024-04-01 23:47:13 +02:00
Adrien 014a0c2c57 🎨 Put svg image generation in a dedicated datasource 2024-04-01 19:32:35 +02:00
Adrien 9071b0073c ⬆️ Update the components to take the dioxus 0.5 rework into account 2024-03-31 23:26:10 +02:00
Adrien aad0064a0c Merge branch 'redesign-login-form' into develop 2024-03-30 18:31:15 +01:00
Adrien 83fe388e8d 🚨 Fix clippy warnings 2024-03-30 18:24:04 +01:00
Adrien 448b81b65d Add Login component 2024-03-30 17:40:17 +01:00
Adrien 4e963ce063 🎨 Factorize the definition of the Button components 2024-03-30 14:37:44 +01:00
Adrien cf9737fc76 Add Modal component 2024-03-30 13:46:53 +01:00
Adrien 5c91df206c 💄 Store colors in a nested map to make them reachable using criteria 2024-03-30 08:23:52 +01:00
Adrien 0ab6aaac1c Add PasswordTextInput component
The TextInput component has been reworked to factorize some pieces of code with PasswordTextInput.
2024-03-21 21:12:49 +01:00
Adrien 89b1f10b6e Add Pyramid icon 2024-03-21 21:05:04 +01:00
Adrien 570a969cee 💄 Fix conflicts regarding the generated CSS class names 2024-03-21 18:32:40 +01:00
Adrien ceeda1a771 Redesign Login component and add fields validation 2024-03-15 14:58:58 +01:00
Adrien fc0d3b1212 ♻️ Replace constcat with const_format 2024-03-15 12:33:25 +01:00
Adrien 01f589e789 Add helper_text to TextInput (previously TextEdit) 2024-03-15 12:24:42 +01:00
Adrien c746fb6552 💄 Rework Login component 2024-03-10 12:02:18 +01:00
Adrien 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
Adrien dd0754073c Add TextField component 2024-03-10 11:35:25 +01:00
Adrien b05e3efce4 🐛 Add SVG pattern file used to render the Wallpaper 2024-03-10 11:01:33 +01:00
Adrien 0a4969e079 💄 Center and uppercase the content of the Register and Login buttons 2024-03-10 10:42:02 +01:00
Adrien f52733d9a6 💄 Add buttons which will be used by the Login component 2024-03-09 22:46:00 +01:00
Adrien bb56d24f02 💄 Add border variables to the base SCSS file 2024-03-09 22:44:04 +01:00
Adrien 043a721429 Make Spinner animation suspendable 2024-03-09 13:04:01 +01:00
Adrien 46c251ef90 ♻️ Make Spinner reusable (not only by loading view) 2024-03-03 23:35:09 +01:00
Adrien 257b36eae1 ✏️ Fix typo in color names 2024-03-03 23:31:00 +01:00
Adrien ff430edffe 💄 Use Geist font everywhere. 2024-03-03 23:29:49 +01:00
Adrien 5e05b75bde 💄 Add Wallpaper, Spinner and LoadingPage widgets 2024-02-29 23:47:32 +01:00
Adrien 5719cb8254 💄 Add DS colors 2024-02-29 23:46:20 +01:00
Adrien 921003aeac Merge branch 'readme' into develop 2024-01-07 13:30:04 +01:00
Adrien 8ffc977846 📝 Add the reference to the MSN messenger client 2024-01-07 13:28:27 +01:00
Adrien 6e64eb4d97 📝 Add the description of the technical stack to the README 2024-01-07 13:25:52 +01:00
Adrien a7cf0f681a 🎨 Split ChatsWindow component
Creation of the Navbar and Conversation components.
2024-01-01 21:52:31 +01:00
Adrien a8d343ce3a ️ Use of the token returned by the first sync with the homeserver 2024-01-01 21:32:32 +01:00
Adrien 5fe13335a1 🎨 Factorize Room creation from MatrixRoom instances 2023-12-31 15:21:49 +01:00
Adrien 04628ae10d ️ Remove the periodic pooling to get the rooms (joined or not) 2023-12-31 15:04:18 +01:00
Adrien 66f4ba6a7e 🐛 Remove piece of code used for testing 2023-12-30 23:38:06 +01:00
Adrien 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
Adrien 2fed770f62 📝 Change the presentation video chroma subsampling
Cf. https://bugzilla.mozilla.org/show_bug.cgi?id=1368063
2023-12-26 21:44:46 +01:00
Adrien 227a07dd9e 📝 Add main readme file 2023-12-26 21:40:12 +01:00