feat: Implement a new _auth layout with a dashboard map, refactor the login form, and add logout functionality.

This commit is contained in:
Jrodenas
2026-03-15 19:56:14 +01:00
parent 45da7f62fe
commit 08d0a5a099
12 changed files with 307 additions and 148 deletions

View File

@@ -31,15 +31,16 @@
"react": "^19.2.4",
"react-dom": "^19.2.4",
"tailwindcss": "^4.2.1",
"tw-animate-css": "^1.4.0"
"tw-animate-css": "^1.4.0",
"zod": "^4.3.6"
},
"devDependencies": {
"@biomejs/biome": "^2.4.6",
"@inlang/paraglide-js": "^2.13.1",
"@tanstack/devtools-vite": "^0.5.5",
"@tanstack/react-devtools": "^0.9.13",
"@tanstack/react-router-devtools": "^1.166.7",
"@tanstack/react-query-devtools": "^5.91.3",
"@tanstack/react-router-devtools": "^1.166.7",
"@testing-library/dom": "^10.4.1",
"@testing-library/react": "^16.3.2",
"@types/node": "^22.10.2",