chorus/frontend/tests
pyr0ball 575fb3aaeb fix: add arrow-key roving tabindex nav and aria-pressed to triage views
KanbanBoard's board tabs implemented roving tabindex but never wired up
arrow-key navigation, making inactive tabs keyboard-unreachable. Adds
ArrowLeft/ArrowRight/Home/End handling that moves both selection and
focus between tabs, closing an unmet requirement from the original
design doc. Also adds aria-pressed to App's List/Board toggle buttons
so their active state is exposed to assistive technology, not just
conveyed visually via CSS class.
2026-07-14 17:51:43 -07:00
..
App.spec.js fix: add arrow-key roving tabindex nav and aria-pressed to triage views 2026-07-14 17:51:43 -07:00
ItemModal.spec.js feat: make ItemModal stage dropdown direction-aware for outbound leads 2026-07-13 22:40:20 -07:00
KanbanBoard.spec.js fix: add arrow-key roving tabindex nav and aria-pressed to triage views 2026-07-14 17:51:43 -07:00
stages.spec.js feat: extract shared stage-list module and humanize stage labels in ItemModal 2026-07-14 13:05:16 -07:00
theme.spec.js fix: strengthen border and modality badge contrast to meet WCAG ratios 2026-07-14 13:09:50 -07:00
TriageList.spec.js feat(frontend): add triage list, item modal, and theme 2026-07-13 14:21:45 -07:00