fix(a11y): improve dynamic tool config field feedback and navigation#297
Open
saurabhhhcodes wants to merge 2 commits into
Open
fix(a11y): improve dynamic tool config field feedback and navigation#297saurabhhhcodes wants to merge 2 commits into
saurabhhhcodes wants to merge 2 commits into
Conversation
Author
|
Opened this one for issue #238 with focused accessibility updates in ToolConfig. The change set stays local to dynamic field feedback, invalid-field focus, and route/button accessibility wiring. |
Author
|
Pushed a follow-up accessibility fix for the failing frontend checks: the scan button now keeps invalid-field focus behavior available via |
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.
Summary
Testing
git diff --check./node_modules/.bin/tsc --noEmit./node_modules/.bin/vitest run testing/unit/pages/ToolConfigDynamic.test.tsx testing/unit/pages/ToolConfigRouting.test.tsx(blocked locally by macOS Rollup native-signature loading issue in this environment; changes still include focused test coverage updates)Closes #238