Summary
The restoring/disconnected/connected branches have no aria-live/role="status". On page load, the "Checking wallet connection... / Restoring your previous session" transition happens silently for screen-reader users.
Affected files
src/components/wallet/WalletConnectionStates.tsx
Tasks
- Wrap the state-transition text in a role="status"/aria-live="polite" region.
- Verify a screen reader announces each connection-state change.
Acceptance criteria
Suggested labels
a11y, wallet
Notes
Sourced from the 2026-07-25 round-2 follow-up audit of the frontend codebase at commit 779e531, run after the first 60-issue audit batch (#525-#584) was substantially resolved. Verified against current file content at time of writing.
Summary
The restoring/disconnected/connected branches have no aria-live/role="status". On page load, the "Checking wallet connection... / Restoring your previous session" transition happens silently for screen-reader users.
Affected files
src/components/wallet/WalletConnectionStates.tsxTasks
Acceptance criteria
Suggested labels
a11y,walletNotes
Sourced from the 2026-07-25 round-2 follow-up audit of the frontend codebase at commit
779e531, run after the first 60-issue audit batch (#525-#584) was substantially resolved. Verified against current file content at time of writing.