Commit Graph
100 Commits
Author SHA1 Message Date
Adrien 8652d56f51 🐛 Fix wasm-bindgen-cli version in Dockerfile
ci/woodpecker/push/validate Pipeline was successful
ci/woodpecker/push/dockerize Pipeline failed
ci/woodpecker/push/deploy unknown status
2024-09-25 00:11:12 +02:00
Adrien ba96ad77d3 👷 Run validation step on push into default branch
ci/woodpecker/pr/validate Pipeline was successful
2024-09-24 23:18:44 +02:00
Adrien 831085e8b6 👷 Disable build step on MR
ci/woodpecker/pr/validate Pipeline was successful
2024-09-24 22:56:04 +02:00
Adrien 691dc7572a 🚨 Fix some clippy warnings
ci/woodpecker/pr/validate Pipeline was successful
2024-09-23 22:16:55 +02:00
Adrien b728f6efcd 👷 Install deps
ci/woodpecker/pr/validate Pipeline failed
2024-09-23 21:58:07 +02:00
Adrien d8e3d49d95 👷 Install clippy
ci/woodpecker/pr/validate Pipeline failed
2024-09-23 20:52:08 +02:00
Adrien 9b2ab337b2 👷 Install rustfmt
ci/woodpecker/pr/validate Pipeline failed
2024-09-23 20:50:51 +02:00
Adrien deb3e273f4 👷 Add format and clippy steps
ci/woodpecker/pr/validate Pipeline failed
2024-09-23 20:47:23 +02:00
Adrien abea905feb 👷 Check that no error occurs during the build of the webapp
ci/woodpecker/pr/validate Pipeline was successful
2024-09-22 23:40:22 +02:00
Adrien c7955d5571 Merge branch 'fix/invalid-wysiwyg-dep' into develop
ci/woodpecker/push/dockerize Pipeline failed
ci/woodpecker/push/deploy unknown status
2024-09-22 22:50:16 +02:00
Adrien f99296bdce 🐛 Fix Cargo.toml 2024-09-22 22:49:09 +02:00
Adrien 7989d86af1 Merge branch 'conversations-panel' into develop
ci/woodpecker/push/dockerize Pipeline failed
ci/woodpecker/push/deploy unknown status
2024-09-22 21:19:37 +02:00
Adrien d2108fa6fc ♻️ Remove duplicated if statement 2024-09-22 19:39:06 +02:00
Adrien 44ba3d4d23 🐛 script_include is not used anymore (since Dioxus #2258) 2024-09-22 19:36:43 +02:00
Adrien 5206fb13c8 ♻️ Use of manganis for wallpaper pattern 2024-09-22 18:51:48 +02:00
Adrien 27934c7fc9 🚨 Fix some clippy warnings 2024-09-08 16:12:33 +02:00
Adrien 9d95bd4481 Add the capability to join a conversation 2024-09-08 16:07:13 +02:00
Adrien 648be8ba72 🐛 Add tail div to dynamic conversation_panels to fix some side effects 2024-09-07 13:01:26 +02:00
Adrien b7b98dff15 Add TabsBar to the LayoutBig (Conversations layout) 2024-09-07 12:58:39 +02:00
Adrien aaafa91cbe ⬆️ Bump turf version (0.8.0 -> 0.9.3) 2024-08-21 23:29:35 +02:00
Adrien 9a5f7ae504 ⬆️ Use of Dioxus main branch instead of 0.5 release 2024-08-21 23:29:33 +02:00
Adrien d5d996eec3 Add topic to the UI store Room 2024-06-27 08:25:11 +02:00
Adrien 73c5b70ba8 🚧 First design template for ConversationOptionsMenu 2024-06-22 20:57:44 +02:00
Adrien f0463213cf 🚧 Use of the use_long_press to open a future room configuration menu 2024-06-22 20:55:19 +02:00
Adrien e55992aed5 💄 Add Reject and Join buttons 2024-06-22 20:52:08 +02:00
Adrien cea60ce695 Add ui use_long_press hook 2024-06-15 16:19:20 +02:00
Adrien 271e865d40 💄 Open/close ChatPanel on click (Conversations layout/big breakpoint) 2024-06-09 12:31:18 +02:00
Adrien ffe759e749 ♻️ Merge Space and HomeSpace components 2024-06-09 11:22:48 +02:00
Adrien 9baa7f290a 💄 Open/close ChatPanel on click 2024-06-09 09:43:46 +02:00
Adrien d566a4927f ♻️ Use of the SCSS variables to compute the width of the inner panels 2024-06-08 13:04:17 +02:00
Adrien 1ad4d444fb 💄 Add first breakpoint management by Conversations layout 2024-06-07 22:18:15 +02:00
Adrien 204e11b8b1 🐛 tracing_forest crate isn't used for wasm 2024-05-26 18:09:05 +02:00
Adrien f566d88df2 Merge branch 'conversations-panel' into develop
ci/woodpecker/push/dockerize Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2024-05-26 12:00:55 +02:00
Adrien 89473cfd61 🚨 Fix some clippy warnings 2024-05-26 11:53:47 +02:00
Adrien 62015f8d13 Use of Conversations layout 2024-05-26 11:39:18 +02:00
Adrien c8e8e2da67 Add a first Conversations layout 2024-05-26 11:17:37 +02:00
Adrien df32faa8e6 🐛 Dioxus Props shall implement PartialEq and Clone traits 2024-05-26 10:58:51 +02:00
Adrien 5194899de0 Add a first Conversations component 2024-05-26 10:45:09 +02:00
Adrien ff0ac7f982 🚧 Add a ChatPanel placeholder component 2024-05-25 14:06:40 +02:00
Adrien 8ed4ff3f2a ♻️ Rename views -> layouts 2024-05-24 22:35:10 +02:00
Adrien e7e1a4d663 💄 Use of border-box box sizing
This makes calculating the size of the UI components easier, especially those which have padding, margin or border.
2024-05-23 08:45:51 +02:00
Adrien 19d64d7ac5 ♻️ Render Room avatar using the RoomMember ones, if not set 2024-05-22 16:44:07 +02:00
Adrien 35e191eb62 🗑️ WorkerTask::GetRoomMembers isn't used, remove it 2024-05-22 16:21:13 +02:00
Adrien 8c244ce4a7 ⬆️ Use dioxus main branch for now 2024-05-22 15:32:25 +02:00
Adrien a1fe74f53e ♻️ Use of "target_family" instead of feature to manage wasm platform 2024-05-21 12:40:19 +02:00
Adrien f43f54c120 🚧 Use of local Dioxus repos waiting the #2338 PR merge
Cf https://github.com/DioxusLabs/dioxus/pull/2338
2024-05-21 12:35:00 +02:00
Adrien cd6506fb03 🔊 Trace events from Matrix client callbacks to domain methods 2024-05-21 12:26:40 +02:00
Adrien b5da0ee992 ♻️ Use of cfg_if to manage how to logging according to the platform 2024-05-18 22:03:21 +02:00
Adrien df2d924c65 Cleanup dependencies 2024-05-18 22:00:28 +02:00
Adrien 54c7073b98 💡 Add comments to keep in mind why we can't send Matrix sdk Room 2024-05-18 09:52:40 +02:00
Adrien fdae149c4a 🚧 Add Avatar management and refresh the Matrix client part 2024-05-17 22:41:35 +02:00
Adrien 0b898dce52 Add Invitation value object 2024-05-17 09:31:59 +02:00
Adrien cbe32c250e 🚧 Add relations between store::Room and store::Area 2024-05-16 22:46:59 +02:00
Adrien d77c2a9d12 ♻️ Use of Store interfaces 2024-05-15 19:08:52 +02:00
Adrien bc30670f6e ⬆️ Bumps modx version (git -> 0.1.2) 2024-05-15 19:08:49 +02:00
Adrien 18a797bc3f ♻️ Add Account, Room and Space UI store structs 2024-05-11 18:23:48 +02:00
Adrien bc6b02bc34 ♻️ Rework the Matrix messaging Client 2024-05-10 22:32:35 +02:00
Adrien 0a936dd12b ♻️ Rework the Matrix messaging Requester 2024-05-10 22:20:32 +02:00
Adrien ef41c0bd48 Add events shared by Matrix client and Requester 2024-05-10 22:20:11 +02:00
Adrien e3a6ec9858 Add new messaging WorkerTask 2024-05-10 22:16:49 +02:00
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 7b6781a007 🐛 Fix gap in wallpaper pattern
ci/woodpecker/push/dockerize Pipeline was successful
ci/woodpecker/push/deploy Pipeline was successful
2024-04-23 11:35:31 +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