feat: complete modernization with shadcn, stateless auth, and performance optimizations
All checks were successful
Build MIPS Binary / build (push) Successful in 5m20s

This commit is contained in:
spinline
2026-02-10 22:16:36 +03:00
parent 8815727620
commit fddc81365b
18 changed files with 1150 additions and 2615 deletions

View File

@@ -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"] }