feat: complete modernization with shadcn, stateless auth, and performance optimizations
All checks were successful
Build MIPS Binary / build (push) Successful in 5m20s
All checks were successful
Build MIPS Binary / build (push) Successful in 5m20s
This commit is contained in:
@@ -32,21 +32,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"
|
||||
] }
|
||||
struct-patch = "0.5"
|
||||
leptos-shadcn-ui = { version = "0.9.0", default-features = false, features = ["button", "input"] }
|
||||
|
||||
Reference in New Issue
Block a user