Several core UI components, including 'PageSkeleton' and 'WarningModal', use buttons and interactive elements without 'aria-label' or descriptive titles. This impacts the usability of the application for users relying on screen readers.
Planned improvements:
- Add 'aria-label' to icon-only buttons.
- Ensure all modal action buttons have descriptive accessibility attributes.
- Update 'PageSkeleton' to provide better context for loading states.
Several core UI components, including 'PageSkeleton' and 'WarningModal', use buttons and interactive elements without 'aria-label' or descriptive titles. This impacts the usability of the application for users relying on screen readers.
Planned improvements: