Add accessibility settings panel and fix focus/semantic blockers#523
Merged
soleilector merged 10 commits intojeffreywallphd:mainfrom Apr 16, 2026
Merged
Add accessibility settings panel and fix focus/semantic blockers#523soleilector merged 10 commits intojeffreywallphd:mainfrom
soleilector merged 10 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>
…y text slider - Fix forge.config.js: add asarUnpack for native modules, extraResource for slideshows/voiceovers, app icon, deb/rpm/squirrel maker metadata, remove invalid root mainConfig property - Fix production slideshows path in main.js to match extraResource output - Replace accessibility large-text toggle with a continuous text-size slider (80%–150%) using CSS --text-scale custom property Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- Add themes.js with 6 color themes (Default, Ocean, Forest, Sunset, Midnight, Solarized), each with light and dark variants - Replace text size slider with simple Larger Text toggle - Add Color Theme dropdown and Dark Variant toggle to accessibility page - Apply saved color theme on app startup via shared theme utilities - Sync Dark Variant toggle with existing DarkMode config and body class Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Not relevant to upstream; removing to reduce repo clutter.
Covers Windows, Debian/Ubuntu, Fedora/RHEL, macOS, plus first-launch setup.
Collaborator
Author
Summary
Test plan
|
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