test(web): update tasks page tests for real API integration #475

Merged
jason.woltje merged 2 commits from feat/tasks-real-api into main 2026-02-23 03:59:57 +00:00

2 Commits

Author SHA1 Message Date
5b62353c06 test(web): update tasks page tests for real API integration
All checks were successful
ci/woodpecker/push/web Pipeline was successful
Update page tests to mock fetchTasks and useWorkspaceId instead of
relying on removed mock data. Add coverage for loading, empty, error,
and retry states.

Refs #467
2026-02-22 21:59:02 -06:00
c510d6fbc6 feat(web): wire tasks page to real API data
Some checks failed
ci/woodpecker/push/web Pipeline failed
Replace mock data with real fetchTasks() API call. Add workspace-aware
data fetching, MosaicSpinner loading state, empty state card, and
error state with retry using design tokens throughout.

Refs #467
2026-02-22 21:49:38 -06:00