A11y/toast 21 focus#794
Merged
Merged
Conversation
|
@shogun444 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! 🚀 |
shogun444
force-pushed
the
a11y/toast-21-focus
branch
from
July 25, 2026 16:08
4bfd954 to
8766520
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Closes #729
Adds comprehensive focus management for toast notifications to improve keyboard and screen-reader accessibility during toast and route transitions.
Summary
<main>element when the original trigger is no longer availableType of Change
Pre-flight Checklist
npm run lintpasses with no errorsnpm testpasses with no failuresnpm run buildcompletes successfullyTesting & Coverage
src/test-utils/a11y.tsxWhat was tested?
Added focus-management tests covering:
<main>when the trigger element has been removedProject verification:
npm test— 1289 tests passed (74 test suites)npm run lint— passednpm run build— passed with no TypeScript errorsAccessibility & Security Notes
Accessibility
Security
N/A — this change only affects client-side focus management and does not modify authentication, authorization, wallet logic, API behavior, or user data handling.