feat: modernize stack with shadcn, struct_patch and msgpack
Some checks failed
Build MIPS Binary / build (push) Failing after 6s

This commit is contained in:
spinline
2026-02-10 19:02:53 +03:00
parent 4b3e713657
commit c85c75659e
15 changed files with 597 additions and 451 deletions

View File

@@ -31,3 +31,22 @@ serde-wasm-bindgen = "0.6.5"
leptos-use = { version = "0.16", features = ["storage"] }
codee = "0.3"
thiserror = "2.0"
rmp-serde = "1.3"
struct_patch = "0.5"
leptos-shadcn-ui = { version = "0.5.0", features = [
"button",
"input",
"sheet",
"navigation-menu",
"toast",
"table",
"card",
"separator",
"label",
"checkbox",
"badge",
"progress",
"dropdown-menu",
"skeleton",
"avatar"
] }