Skip to content

feat: add ARIA labels to all interactive elements (#279)#448

Open
FaveTeamz wants to merge 2 commits into
dev-fatima-24:mainfrom
FaveTeamz:feat/aria-labels-issue-279
Open

feat: add ARIA labels to all interactive elements (#279)#448
FaveTeamz wants to merge 2 commits into
dev-fatima-24:mainfrom
FaveTeamz:feat/aria-labels-issue-279

Conversation

@FaveTeamz
Copy link
Copy Markdown
Contributor

  • Add label/htmlFor associations and aria-describedby on all form inputs
  • Add role=alert and aria-live regions for error/status messages
  • Add aria-label to icon-only and wallet connect/disconnect buttons
  • Add role=article + aria-label to NFTCard
  • Add role=status + aria-label to VerificationBadge
  • Add aria-busy to submit buttons during loading

Description

Please include a summary of the changes and related context.

Closes #(issue number)

Type of Change

  • Bug fix (non-breaking change which fixes an issue)
  • New feature (non-breaking change which adds functionality)
  • Breaking change (fix or feature that would cause existing functionality to change)
  • Documentation update

Changes Made

Testing

Please describe the tests you ran and how to reproduce them:

  • Unit tests pass
  • Integration tests pass
  • Manual testing completed

Test Coverage:

Checklist

  • My code follows the style guidelines of this project
  • I have performed a self-review of my own code
  • I have commented my code, particularly in hard-to-understand areas
  • I have made corresponding changes to the documentation
  • My changes generate no new warnings
  • I have added tests that prove my fix is effective or that my feature works
  • New and existing unit tests passed locally with my changes
  • Any dependent changes have been merged and published
  • If this PR adds a new directory or key file, I have updated docs/folder-structure.md.

Screenshots (if applicable)

If your changes include UI modifications, please add screenshots here.

Additional Notes

Any additional information that reviewers should know.

closes #279

- Add label/htmlFor associations and aria-describedby on all form inputs
- Add role=alert and aria-live regions for error/status messages
- Add aria-label to icon-only and wallet connect/disconnect buttons
- Add role=article + aria-label to NFTCard
- Add role=status + aria-label to VerificationBadge
- Add aria-busy to submit buttons during loading
@drips-wave
Copy link
Copy Markdown

drips-wave Bot commented Jun 1, 2026

@FaveTeamz Great news! 🎉 Based on an automated assessment of this PR, the linked Wave issue(s) no longer count against your application limits.

You can now already apply to more issues while waiting for a review of this PR. Keep up the great work! 🚀

Learn more about application limits

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

[UI/UX] Add ARIA labels to all interactive elements

1 participant