35e7d3a141
feat(P10): add Propose type, list page, detail page with accept/reject/reopen + sidebar link
2026-03-17 05:03:49 +00:00
f6460e2d70
feat: add Role Editor page
2026-03-12 11:45:30 +00:00
7099e5cf77
feat: remove issues/milestones from nav, show project code
2026-03-12 09:25:35 +00:00
c114beb245
ui: show login button when logged out and logout when logged in
2026-03-11 21:28:07 +00:00
0ab1d2f380
i18n: translate frontend UI strings to English
2026-03-11 21:19:54 +00:00
ddcbd28967
fix: repair monitor sidebar and alert rendering
2026-03-11 17:26:37 +00:00
bc1714281c
feat: allow public monitor route without login and add monitor page
2026-03-11 11:59:56 +00:00
54d4c4379a
feat: remove nginx, add projects/milestones/notifications pages
...
- Dockerfile: replace nginx with serve for static files
- Fix auth endpoint: /auth/login → /auth/token
- Add ProjectsPage, ProjectDetailPage
- Add MilestonesPage, MilestoneDetailPage with progress bar
- Add NotificationsPage with unread count
- Sidebar: add milestones/notifications nav, live unread badge
- API: configurable VITE_API_BASE for host nginx proxy
- Types: add Milestone, MilestoneProgress, Notification, ProjectMember
2026-03-06 13:05:19 +00:00
853594f447
feat: initial frontend - React + TypeScript + Vite
...
- Login page with JWT auth
- Dashboard with stats and charts
- Issues list with pagination, filtering
- Issue detail with comments, status transitions
- Create issue form
- Dark theme UI
- Docker (nginx) with API proxy to backend
- Sidebar navigation
2026-02-27 09:47:19 +00:00