jonastirona/ao5

A11y: Improve keyboard navigation and ARIA labels

Open

#4 opened on Dec 2, 2025

 (0 comments) (0 reactions) (0 assignees)TypeScript (0 forks)auto 404
accessibilitygood first issueui

Repository metrics

Stars
 (2 stars)
PR merge metrics
 (PR metrics pending)

Description

Description: We want to ensure ao5 is accessible to everyone.

File: apps/web/src/components

Task:

  • Ensure all buttons have aria-label attributes, especially icon-only buttons.
  • Verify that the "Settings" and "Auth" modals trap focus correctly.
  • Ensure all interactive elements are reachable via keyboard (Tab key).

Contributor guide