Skip to content

chore: unblock a11y audit setup + fix ChainSwitcher accessible name#137

Merged
truthixify merged 2 commits into
wraith-protocol:developfrom
Jerryvic911:fix/99-a11y-audit-stellar-flows
Jul 27, 2026
Merged

chore: unblock a11y audit setup + fix ChainSwitcher accessible name#137
truthixify merged 2 commits into
wraith-protocol:developfrom
Jerryvic911:fix/99-a11y-audit-stellar-flows

Conversation

@Jerryvic911

Copy link
Copy Markdown
Contributor

Before I start the audit — two quick things to confirm on routing:

/activity: This route doesn't exist yet, but src/pages/History.tsx is already built and just needs to be wired up in App.tsx. I'm assuming that's the intended target for /activity — let me know if not.

/stellar/withdraw: No page literally called "withdraw" exists. My best guess is this maps to /vault (claim/deposit/status flow), though the copy there says "claim" rather than "withdraw." Also worth noting: none of the routes use a /stellar/ prefix — chain is picked via an in-page selector instead.

Let me know if these assumptions are right and I'll get moving.

Closes #99

- Add @axe-core/playwright, bump playwright to ^1.61.0 to resolve
  a version conflict that broke test discovery entirely
- Fix crash in StellarReceive (missing useStealthLabels import,
  hooks called after an early-return guard) - required for
  /receive to render for testing
- Add accessible name (aria-label) to ChainSwitcher select,
  resolving a critical axe-core select-name violation on /send
- Add tests/a11y/ with axe-core scan for /send

Part of wraith-protocol#99.
@vercel

vercel Bot commented Jul 25, 2026

Copy link
Copy Markdown

Someone is attempting to deploy a commit to the truthixify's projects Team on Vercel.

A member of the Team first needs to authorize it.

@drips-wave

drips-wave Bot commented Jul 25, 2026

Copy link
Copy Markdown

@Jerryvic911 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

@truthixify

Copy link
Copy Markdown
Contributor

Rebase against develop, conflicts from the batch of merges just landed.

@truthixify
truthixify merged commit 4bae5bf into wraith-protocol:develop Jul 27, 2026
1 of 2 checks passed
@truthixify

Copy link
Copy Markdown
Contributor

In. Groundwork for the a11y audit going in, thanks for unblocking the ChainSwitcher part too.

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.

WCAG 2.1 AA accessibility audit + fixes for Stellar flows

2 participants