Files
qavion-time-tracker-assessment/frontend
achim 416223e80b feat(frontend): implement all views and components
- TopBar: brand + nav links (NavLink active styling) + user dropdown
- TimeEntryForm: create + edit mode; date/project/h:mm inputs; pre-fills
  on edit; posts to /api/time-entries or PUTs /{id}
- WeeklyView: ISO week navigation (← →); 7-day list with entry rows,
  inline TimeEntryForm per day, delete; week total in header
- MonthlyView: year-month navigation; per-project table with time and
  cost progress bars; BudgetBanner for breached projects
- ProjectsView: project list with budget bars + create-project form
- BudgetBanner: red banner displayed when any project is over budget

Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
2026-05-16 11:48:00 +02:00
..