molecule-core/canvas/src/components/tabs
Canvas Agent 120b886d00 fix(a11y): WCAG ARIA fixes for time-sensitive components (Fixes #Fix1/#Fix2/#Fix3)
- ApprovalBanner: add role="alert" aria-live="assertive" aria-atomic="true" to
  each pending approval card; aria-hidden="true" on decorative ⚠ icon span
- TerminalTab: add role="status" aria-live="polite" to connection status bar;
  add role="alert" to inline error message div
- BundleDropZone: extract shared processFile(); add hidden <input type="file">
  with id/accept/aria-label; add sr-only focus:not-sr-only keyboard trigger
  button; add role="status" aria-live="polite" to result toast

Tests: 7 new assertions in aria-time-sensitive.test.tsx covering all 3 fixes
(496/496 pass, build clean)

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-04-16 05:40:40 -07:00
..
chat fix(wcag): sweep text-zinc-600→zinc-500 across 9 components with small text 2026-04-16 07:53:00 +00:00
config fix(wcag): sweep text-zinc-600→zinc-500 across 9 components with small text 2026-04-16 07:53:00 +00:00
FilesTab refactor(canvas): split 650-line FilesTab.tsx into focused components 2026-04-13 18:00:20 -07:00
ActivityTab.tsx fix(wcag): sweep text-zinc-600→zinc-500 across 9 components with small text 2026-04-16 07:53:00 +00:00
ChannelsTab.tsx fix(a11y): raise ChannelsTab help text from 9px to 11px minimum (#382) 2026-04-15 23:47:36 -07:00
ChatTab.tsx fix(canvas): QA blockers — ChatTab aria-controls, AuthGate test, CommunicationOverlay status icons 2026-04-16 10:53:52 +00:00
ConfigTab.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
DetailsTab.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
EventsTab.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
FilesTab.tsx refactor(canvas): split 650-line FilesTab.tsx into focused components 2026-04-13 18:00:20 -07:00
MemoryTab.tsx initial commit — Molecule AI platform 2026-04-13 11:55:37 -07:00
ScheduleTab.tsx fix(wcag): sweep text-zinc-600→zinc-500 across 9 components with small text 2026-04-16 07:53:00 +00:00
SkillsTab.tsx fix(wcag): sweep text-zinc-600→zinc-500 across 9 components with small text 2026-04-16 07:53:00 +00:00
TerminalTab.tsx fix(a11y): WCAG ARIA fixes for time-sensitive components (Fixes #Fix1/#Fix2/#Fix3) 2026-04-16 05:40:40 -07:00
TracesTab.tsx fix(wcag): sweep text-zinc-600→zinc-500 across 9 components with small text 2026-04-16 07:53:00 +00:00