Add accessibility settings panel and fix focus/semantic blockers#523
Open
aidanboop wants to merge 5 commits intojeffreywallphd:mainfrom
Open
Add accessibility settings panel and fix focus/semantic blockers#523aidanboop wants to merge 5 commits intojeffreywallphd:mainfrom
aidanboop wants to merge 5 commits intojeffreywallphd:mainfrom
Conversation
…8774587 Add claude GitHub actions 1772038774587
- Remove all outline:none violations from index.css; add proper button:focus-visible and textarea:focus-visible rules - Add sr-only, skip-link, high-contrast, large-text, reduce-motion, enhanced-focus, and toggle-switch utility CSS classes - Add AccessibilitySettings to ConfigManager defaultConfig - Apply accessibility body classes on app load in App.jsx - Add /accessibility route and sidebar nav link in Loaded.jsx - Add skip link and id="main-content" to LoadedLayout.jsx - Convert ChatbotToggle div.circle to semantic button with aria attrs - Fix hamburger button with aria-label and aria-expanded - Create AccessibilitySettings.jsx page with toggles for HighContrast, ReduceMotion, LargeText, EnhancedFocus, and DarkMode - Add CLAUDE.md project reference for future sessions Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
Documents .toggle-switch and .toggle-slider CSS classes used by AccessibilitySettings.jsx. Corrects package-lock.json name to match repo name (OpenFinAL-TeamAcc). Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
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
/accessibilityroute): toggles for High Contrast, Reduce Motion, Large Text, Enhanced Focus, and Dark Mode — persisted to config viaAccessibilitySettingsinConfigManageroutline: noneviolations; added properbutton:focus-visibleandtextarea:focus-visiblefocus styles; addedenhanced-focusclass with larger outline + glowChatbotTogglefrom non-interactivedivto<button>witharia-label/aria-expanded; addedaria-labelandaria-expandedto hamburger menu button.sr-onlyutility class, skip-to-main-content link (<a href="#main-content" class="skip-link">), andid="main-content"on<main>inLoadedLayout.jsxApp.jsxapplieshigh-contrast,reduce-motion,large-text,enhanced-focusbody classes on load from saved config;AccessibilitySettings.jsxtoggles them liveTest plan
/accessibilityroute and verify all 5 toggles render and persist across app restartsfont-size: 120%applied to body#main-content🤖 Generated with Claude Code