Commit Graph

15 Commits

Author SHA1 Message Date
zetaloop 54cd6d29fe chore: bunp dependencies 2026-04-25 03:08:29 +08:00
zetaloop e5fa8aa38b chore: bump major dependencies
typescript 5.9.3 → 6.0.3, lucide-react 0.575.0 → 1.8.0,
@types/node 20.19.39 → 25.6.0, shadcn 3.8.5 → 4.4.0.
All verified with typecheck and lint — no breaking changes.
2026-04-23 21:42:22 +08:00
zetaloop d13dae0f97 chore: bump dependencies
react 19.2.3 → 19.2.5, react-dom 19.2.3 → 19.2.5,
next 16.1.6 → 16.2.4, @tanstack/react-query 5.99.2 → 5.100.0
2026-04-23 21:32:41 +08:00
zetaloop d0985a91b8 chore: bump depencencies 2026-04-23 02:58:47 +08:00
zetaloop d4e2c13a03 chore(guard): add no-mock regression checks 2026-03-01 22:21:49 +08:00
zetaloop 336aa36d5a feat(theme): add dark mode with next-themes and settings toggle 2026-02-25 20:01:52 +08:00
zetaloop 2d42473910 chore(format): add prettier-plugin-organize-imports and sort imports 2026-02-25 15:34:33 +08:00
zetaloop f8c4c87c61 test(tooling): add vitest baseline policy and order tests 2026-02-23 11:03:38 +08:00
zetaloop f82a926b8f chore(tooling): migrate from Biome to ESLint + Prettier
Replace Biome lint/check/format scripts with ESLint and Prettier commands, add Next + TypeScript oriented ESLint flat config, and remove biome.json. Update dependencies and lockfile to a single lint stack with Prettier-based formatting.
2026-02-22 09:50:38 +08:00
zetaloop 7bcb73f139 refactor(data): add mock API adapters, id utility, and toast feedback 2026-02-22 08:02:48 +08:00
zetaloop e2b47681a3 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.
2026-02-20 14:17:26 +08:00
zetaloop 02cd8a23df setup: shadcn/ui components + type definitions + mock data layer 2026-02-20 13:27:02 +08:00
zetaloop 1f87f4676e setup: Biome linter/formatter + Zustand + TanStack Query + RHF + Zod 2026-02-20 12:11:00 +08:00
zetaloop f24fb1704e init: shadcn/ui with new-york style + neutral base 2026-02-20 12:06:51 +08:00
zetaloop 679d1ac9b9 init: scaffold Next.js 16 + Tailwind CSS 4 + TypeScript 2026-02-20 12:04:41 +08:00