molecule-core/canvas/src/components
Dev Lead Agent bc4c704d12 fix(canvas): raise minimum text size in Legend and WorkspaceNode to meet WCAG readability
UX Audit Run 6 critical finding: Legend panel and workspace node cards used 8px and 9px
text (6–7pt), which is physically unreadable and fails WCAG minimum guidelines.

- Legend.tsx: raise all text-[8px]/[9px]/[10px] → text-[11px] across every sub-component
  (StatusItem labels, TierItem badge+label, CommItem icon+label, section headers)
- WorkspaceNode.tsx: raise text-[8px]/[9px] → text-[10px] for all readable labels in
  the main card (status text, skill badges, task/error banners, tier badge, sub count,
  Team Members header) and TeamMemberChip primary name/role text

Compact 7px elements inside TeamMemberChip (tier/sub badges, status micropills) retained
to preserve dense canvas layout — only human-readable labels were upgraded.

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-14 05:21:04 +00:00
..
__tests__ test: 100% coverage of extracted helpers + ConfirmDialog singleButton 2026-04-13 17:08:33 -07:00
canvas initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
settings initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
tabs refactor(canvas): split 650-line FilesTab.tsx into focused components 2026-04-13 18:00:20 -07:00
ui initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
ApprovalBanner.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
BundleDropZone.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
Canvas.tsx fix: UX audit — dark theme buttons, input backgrounds, ReactFlow dark mode, contrast & a11y 2026-04-14 02:26:45 +00:00
CommunicationOverlay.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
ConfirmDialog.tsx test: 100% coverage of extracted helpers + ConfirmDialog singleButton 2026-04-13 17:08:33 -07:00
ContextMenu.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
ConversationTraceModal.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
CreateWorkspaceDialog.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
EmptyState.tsx fix: UX audit — dark theme buttons, input backgrounds, ReactFlow dark mode, contrast & a11y 2026-04-14 02:26:45 +00:00
ErrorBoundary.tsx test: 100% coverage of extracted helpers + ConfirmDialog singleButton 2026-04-13 17:08:33 -07:00
Legend.tsx fix(canvas): raise minimum text size in Legend and WorkspaceNode to meet WCAG readability 2026-04-14 05:21:04 +00:00
MissingKeysModal.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
OnboardingWizard.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
ProvisioningTimeout.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
SearchDialog.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
SidePanel.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
StatusDot.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
TemplatePalette.tsx fix: UX audit — dark theme buttons, input backgrounds, ReactFlow dark mode, contrast & a11y 2026-04-14 02:26:45 +00:00
Toaster.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
Toolbar.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
Tooltip.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
WorkspaceNode.tsx fix(canvas): raise minimum text size in Legend and WorkspaceNode to meet WCAG readability 2026-04-14 05:21:04 +00:00