Commit Graph

6 Commits

Author SHA1 Message Date
f2a16b5cf6 feat(frontend): streamline task creation and preview workflows
- remove prompt and preview generation from task creation

- create tasks as inactive and route directly to edit page

- add generated message history UX to edit task

- update entity/task views and related test coverage
2026-03-27 02:23:56 -03:00
1a7f5d706a feat(frontend): show inactive tasks on entity page
Return all tasks for an entity so inactive items remain visible in the entity detail view while global task listings stay active-only.

Add inactive task styling and coverage for the entity page state.
2026-03-27 01:10:15 -03:00
6538c1783d feat(frontend): add task details edit flow
Add a task details action from the entity page and route it to a prefilled edit task page.

Extend the local task API with single-task read and update helpers, and cover the new flow with frontend tests.
2026-03-27 00:48: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