From 192a2aafde5ef0270c63423747d649fc13f3d514 Mon Sep 17 00:00:00 2001 From: Saravana Achu Mac Date: Wed, 6 May 2026 13:16:01 -0700 Subject: [PATCH] docs(ui): record review keyboard shortcuts --- docs/UI_UX_PLATFORM_CORE_ROADMAP.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/UI_UX_PLATFORM_CORE_ROADMAP.md b/docs/UI_UX_PLATFORM_CORE_ROADMAP.md index 3bd3214..b1a5194 100644 --- a/docs/UI_UX_PLATFORM_CORE_ROADMAP.md +++ b/docs/UI_UX_PLATFORM_CORE_ROADMAP.md @@ -156,7 +156,7 @@ The review surface is the highest-value pilot because it is operator-critical an - `ReviewTimeline` - [x] Use common `Panel`, `Button`, `Badge`, `Textarea`, `ListItemButton`, `DiffCard`, and `Timeline`. Commit: `c79aa2b6fd701258ed9cc2bc41d6f3532941a4e7`. 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] 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. -- [ ] Add keyboard behavior: queue navigation, select all/clear, approve/reject shortcuts only when focus is safe. +- [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. - [ ] Add empty/loading/error states through common components. - [ ] Verify: web typecheck, web tests, Playwright release-flow review spec, desktop/mobile screenshot check.