docs(ui): record review component split

This commit is contained in:
Saravana Achu Mac 2026-05-06 13:14:18 -07:00
parent de75d93e59
commit 116c0c982b

View File

@ -147,7 +147,7 @@ Repo: `learning_ai_notes`
The review surface is the highest-value pilot because it is operator-critical and currently hand-rolled.
- [ ] Refactor `web/src/app/(app)/reviews/page.tsx` into product components:
- [x] Refactor `web/src/app/(app)/reviews/page.tsx` into product components. Commit: `de75d93e59c4fbaaaa58c085b6972bf6840192da`. 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.
- `ReviewWorkflowNav`
- `ReviewQueueList`
- `ReviewDecisionBar`