feat: login/register pages, login dialog, homepage with game categories and player/shop cards

Use standardSchemaResolver instead of zodResolver to work around
Zod v4 type incompatibility with @hookform/resolvers.
This commit is contained in:
zetaloop
2026-02-20 14:17:26 +08:00
parent f7c76db00f
commit e2b47681a3
7 changed files with 392 additions and 21 deletions
+1
View File
@@ -14,6 +14,7 @@
},
"dependencies": {
"@hookform/resolvers": "^5.2.2",
"@standard-schema/spec": "^1.1.0",
"@tanstack/react-query": "^5.90.21",
"class-variance-authority": "^0.7.1",
"clsx": "^2.1.1",