skillhub/web
vsxd 3063a40c8f feat(web): add admin management pages
- Add admin users management page with role and status controls
- Add audit log page with filtering capabilities
- Create useAdminUsers and useAuditLog hooks for API integration
- Add route guards for USER_ADMIN, AUDITOR, and SUPER_ADMIN roles
- Register /admin/users and /admin/audit-log routes
2026-03-12 19:46:55 +08:00
..
src feat(web): add admin management pages 2026-03-12 19:46:55 +08:00
.dockerignore feat(ops): improve Dockerfile caching, add dockerignore, docker profile, Makefile help 2026-03-12 17:50:34 +08:00
.eslintrc.cjs feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00
components.json feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00
Dockerfile fix(phase1): close auth and frontend acceptance gaps 2026-03-12 00:37:51 +08:00
index.html feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00
nginx.conf fix(phase1): close auth and frontend acceptance gaps 2026-03-12 00:37:51 +08:00
package.json feat(web): add Phase 2 frontend foundation - types, hooks, shared and feature components 2026-03-12 02:43:01 +08:00
pnpm-lock.yaml feat(web): add Phase 2 frontend foundation - types, hooks, shared and feature components 2026-03-12 02:43:01 +08:00
postcss.config.js feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00
tailwind.config.ts feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00
tsconfig.json feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00
vite.config.ts feat(web): implement login page, dashboard, and API token management 2026-03-12 00:13:50 +08:00