fix(ui-dioxus): class-toggle animation instead of inline opacity (Blitz compatible)

This commit is contained in:
Hibryda 2026-03-19 07:11:01 +01:00
parent 67ab77ebf4
commit 2f03cf0ef0
4 changed files with 66 additions and 153 deletions

View file

@ -15,5 +15,4 @@ serde = { version = "1", features = ["derive"] }
serde_json = "1"
uuid = { version = "1", features = ["v4"] }
tokio = { version = "1", features = ["full"] }
dioxus-motion = { version = "0.3", default-features = false, features = ["desktop"] }
log = "0.4"