feat/fix(frontend): update shadcn compnents, fix debug drawer layout and font sizes

This commit is contained in:
Xin Wang
2026-03-10 16:21:58 +08:00
parent 47293ac46d
commit 13684d498b
20 changed files with 8700 additions and 3685 deletions

25
web/components.json Normal file
View File

@@ -0,0 +1,25 @@
{
"$schema": "https://ui.shadcn.com/schema.json",
"style": "base-nova",
"rsc": false,
"tsx": true,
"tailwind": {
"config": "",
"css": "index.css",
"baseColor": "neutral",
"cssVariables": true,
"prefix": ""
},
"iconLibrary": "lucide",
"rtl": false,
"aliases": {
"components": "@/components",
"utils": "@/lib/utils",
"ui": "@/components/ui",
"lib": "@/lib",
"hooks": "@/hooks"
},
"menuColor": "default",
"menuAccent": "subtle",
"registries": {}
}