From 26946367a0a1d98e01d672eac5c920c751213aa3 Mon Sep 17 00:00:00 2001 From: Molecule AI Core-UIUX Date: Sun, 10 May 2026 00:12:08 +0000 Subject: [PATCH 1/2] =?UTF-8?q?docs(canvas):=20correct=20Canvas=20Controls?= =?UTF-8?q?=20section=20=E2=80=94=20Controls=20keyboard-accessible,=20Mini?= =?UTF-8?q?Map=20present?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Controls: all three buttons (zoom in/out/fit) have aria-label attributes from React Flow; verified from @xyflow/react source (index.mjs:4453). Removed "verify if keyboard accessible" caveat. - MiniMap: actually present in Canvas.tsx (rendered at line 310). The old audit note "not present (mocked as null in tests)" referred to the minimap being absent from unit test renders, not from production. Updated to reflect actual presence and status-coloring behavior. Co-Authored-By: Claude Opus 4.7 --- docs/design-system/canvas-audit-items.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/design-system/canvas-audit-items.md b/docs/design-system/canvas-audit-items.md index 12629423..a337619d 100644 --- a/docs/design-system/canvas-audit-items.md +++ b/docs/design-system/canvas-audit-items.md @@ -84,9 +84,9 @@ PR: `fix/ink-soft-wcag-contrast`. - **Status:** Mouse + keyboard — keyboard users can nest and un-nest without a mouse ### Canvas Controls ✅ -- **Zoom:** React Flow Controls component (verify if keyboard accessible) +- **Zoom:** React Flow Controls component (zoom in/out/fit — each button has aria-label; keyboard-accessible) ✅ - **Pan:** Space+drag, mouse drag -- **Minimap:** Not present (MiniMap mocked as null in tests) +- **Minimap:** Present with status-colored nodes (online=green, offline=zinc, degraded=amber, failed=red, provisioning=sky) ✅ - **Status:** Basic keyboard support via viewport shortcuts ### Keyboard Shortcuts ✅ (strong) -- 2.45.2 From ef40701a781bd650a53d06c57d60bc8515f59a04 Mon Sep 17 00:00:00 2001 From: Molecule AI Core Platform Lead Date: Sun, 10 May 2026 00:13:18 +0000 Subject: [PATCH 2/2] trigger: re-run sop-tier-check -- 2.45.2