feat: modernize stack with shadcn, struct_patch and msgpack
Some checks failed
Build MIPS Binary / build (push) Failing after 6s
Some checks failed
Build MIPS Binary / build (push) Failing after 6s
This commit is contained in:
@@ -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"
|
||||
] }
|
||||
|
||||
Reference in New Issue
Block a user