docs(ui): record review verification

This commit is contained in:
Saravana Achu Mac 2026-05-06 13:29:33 -07:00
parent 6c562f05d8
commit 4cfe5aee5e

View File

@ -158,7 +158,7 @@ The review surface is the highest-value pilot because it is operator-critical an
- [x] Replace raw `button`, `textarea`, and `badge` elements in review UX. Commit: `c79aa2b6fd701258ed9cc2bc41d6f3532941a4e7`. Verification: targeted `rg` audit over `reviews/page.tsx`, `ProposalReviewCard.tsx`, and `AgentTimeline.tsx` found no raw review controls or legacy review globals.
- [x] Add keyboard behavior: queue navigation, select all/clear, approve/reject shortcuts only when focus is safe. Commit: `d63fdd1def44653c93b33889af90bc91ccf5c4f0`. Verification: `pnpm --filter @notelett/web run typecheck`, `pnpm --filter @notelett/web exec playwright test e2e/release-flows.spec.ts --reporter=list --workers=1`, and `git diff --check` passed.
- [x] Add empty/loading/error states through common components. Commit: `6472a58ad1c60cc44f6d11b3e8234dd2ec8dc3a8`. Verification: `pnpm --filter @notelett/web run typecheck`, targeted review raw-control/global-class audit, `pnpm --filter @notelett/web exec playwright test e2e/release-flows.spec.ts --reporter=list --workers=1`, and `git diff --check` passed.
- [ ] Verify: web typecheck, web tests, Playwright release-flow review spec, desktop/mobile screenshot check.
- [x] Verify: web typecheck, web tests, Playwright release-flow review spec, desktop/mobile screenshot check. Commit: `6c562f05d826a882317a40089e8ba9501b8d388c`. Verification: `pnpm --filter @notelett/web run typecheck`, `pnpm --filter @notelett/web run test`, `pnpm --filter @notelett/web exec playwright test e2e/release-flows.spec.ts --reporter=list --workers=1`, `pnpm --filter @notelett/web exec playwright test e2e/reviews-visual.spec.ts --reporter=list --workers=1`, `pnpm run audit:ui`, targeted review raw-control/global-class audit, and `git diff --check` passed; the visual smoke covers desktop `1440x1000`, mobile `390x900`, screenshot byte checks, and no horizontal overflow.
### Phase UI4 — App Shell And Navigation