multica/apps/web/lib
Jiayuan Zhang 1ba0fb071a fix(web): fix stale state bugs, add real-time updates, and build verification pipeline
- Fix kanban board columns not adapting to available width (w-64 → flex-1)
- Fix workspace name not updating in sidebar after save in settings
- Fix comments leaking across issues when navigating between issue details
- Fix duplicate issue appearing on create (race between callback and WebSocket)
- Add real-time WebSocket listeners for agents and inbox pages
- Add `make check` one-click verification pipeline (typecheck + tests + E2E)
- Add E2E test fixtures for self-contained test data setup/teardown
- Add settings E2E test and updateWorkspace unit test
- Make `make start/setup` reuse existing PostgreSQL if already running
- Update CLAUDE.md with AI agent verification loop and E2E test patterns

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-03-22 12:44:49 +08:00
..
api.ts feat(web): integrate frontend with live API and add auth context 2026-03-22 11:50:14 +08:00
auth-context.test.tsx fix(web): fix stale state bugs, add real-time updates, and build verification pipeline 2026-03-22 12:44:49 +08:00
auth-context.tsx fix(web): fix stale state bugs, add real-time updates, and build verification pipeline 2026-03-22 12:44:49 +08:00
ws-context.tsx feat(web): integrate frontend with live API and add auth context 2026-03-22 11:50:14 +08:00