Refactor(UI) : Refactor Frontend: Unified Toasts with Sonner, Introduced Layout System, and Integrated React Router (#872)

This commit is contained in:
Ember
2025-11-11 12:19:17 +08:00
committed by GitHub
parent 5dee2f4412
commit aa0bd93fbc
31 changed files with 4359 additions and 3175 deletions

View File

@@ -14,6 +14,7 @@
"test": "vitest run"
},
"dependencies": {
"@radix-ui/react-alert-dialog": "^1.1.15",
"@radix-ui/react-slot": "^1.2.3",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",
@@ -23,7 +24,9 @@
"react": "^18.3.1",
"react-dom": "^18.3.1",
"react-password-checklist": "^1.8.1",
"react-router-dom": "^7.9.5",
"recharts": "^2.15.2",
"sonner": "^1.5.0",
"swr": "^2.2.5",
"tailwind-merge": "^3.3.1",
"zustand": "^5.0.2"