Files
stack/apps/web
Jason Woltje 8542242845
Some checks failed
ci/woodpecker/push/web Pipeline failed
feat(web): add projects page with CRUD operations
Wire up /projects route with a card-based project list, create dialog,
and delete confirmation. Adds projects API client with full CRUD using
the existing apiGet/apiPost/apiPatch/apiDelete helpers.

- Projects API client with typed DTOs matching backend schema
- Card grid layout (2-col md+, 1-col mobile) with hover states
- Create project dialog with name/description fields
- Delete confirmation dialog with danger styling
- Loading (MosaicSpinner), empty, and error states
- Status badges for PLANNING/ACTIVE/PAUSED/COMPLETED/ARCHIVED
- All design tokens from globals.css, no hardcoded colors

Refs #468
2026-02-22 22:12:38 -06:00
..