Commit Graph

8 Commits

Author SHA1 Message Date
57f514371a fix(frontend): remove unused test import blocking docker build
Drop unused fireEvent import in EntityDetailPage test to satisfy TypeScript noUnusedLocals during frontend build inside docker compose.
2026-03-27 00:08:14 -03:00
73d4261aa2 feat(frontend): move task creation to dedicated page with scrollable layout
Replace the EntityDetailPage modal flow with a route-based CreateTaskPage for better accessibility and long-form usability.

Add route /entities/:entityId/tasks/new and update tests for both entity detail navigation and create-task page behavior.
2026-03-27 00:00:13 -03:00
91c456f666 fix(frontend): remove default scheduler UI and restore dark page styles 2026-03-26 23:13:55 -03:00
888fb9f665 feat(frontend): implement step 1 - entity task detail and scheduler UX 2026-03-26 20:32:06 -03:00
381c6cbfcd test(frontend): add failing tests for step 1 - entity task workflow 2026-03-26 20:28:53 -03:00
45fc176f32 test(frontend): add failing tests for step 11 — pages, components, and API modules 2026-03-26 19:14:03 -03:00
615800701b test: update version regex in DashboardPage test to match dynamic versioning 2026-03-26 18:32:26 -03:00
a96f892dab feat: implement version bump workflow and display app version on DashboardPage 2026-03-26 17:46:09 -03:00