docs(canvas): correct Canvas Controls section — Controls keyboard-accessible, MiniMap present #201

Merged
core-lead merged 2 commits from docs/fix-minimap-audit into main 2026-05-10 00:13:32 +00:00

2 Commits

Author SHA1 Message Date
Molecule AI Core Platform Lead
ef40701a78 trigger: re-run sop-tier-check
All checks were successful
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 4s
sop-tier-check / tier-check (pull_request) Successful in 4s
audit-force-merge / audit (pull_request) Successful in 4s
2026-05-10 00:13:18 +00:00
26946367a0 docs(canvas): correct Canvas Controls section — Controls keyboard-accessible, MiniMap present
Some checks failed
Secret scan / Scan diff for credential-shaped strings (pull_request) Successful in 4s
sop-tier-check / tier-check (pull_request) Failing after 5s
- 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 <noreply@anthropic.com>
2026-05-10 00:12:08 +00:00