Find a file
vsxd e6956e79fc feat(web): implement login page, dashboard, and API token management
- Login page with dynamic OAuth provider buttons from /api/v1/auth/providers
- Dashboard with AuthGuard, user info display, and token management
- TokenList component with create/delete operations via TanStack Query
- CreateTokenDialog with one-time token display and copy functionality
- API client with typed auth and token endpoints
- shadcn/ui components: Button, Card, Dialog, Table, Input, Label
- Tailwind CSS with CSS variables theming
- TanStack Router with Home, Login, Dashboard routes
- ESLint + TypeScript strict mode configuration
2026-03-12 00:13:50 +08:00
docs feat: project ini and docs updates 2026-03-11 22:47:05 +08:00
server feat(auth): complete Chunk 2 - security config, controllers, mock auth 2026-03-11 23:55:15 +08:00
web feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00
.gitignore chore: ignore local git worktrees 2026-03-11 23:16:57 +08:00
docker-compose.yml feat: complete Chunk 1 - backend skeleton and infrastructure 2026-03-11 23:35:47 +08:00
LICENSE Initial commit 2026-03-11 20:17:06 +08:00
Makefile feat(web): add frontend scaffold with React 19 and TanStack Router 2026-03-12 00:00:26 +08:00