feat: keyboard accessibility, undo/redo, dark mode images, keyboard s…#862
Merged
Devsol-01 merged 1 commit intoJun 1, 2026
Conversation
…hortcuts - Devsol-01#858 Accessibility: arrow-key nav in ThemeToggle dropdown, focus trap already in modals/navbar, skip link in layout, focus-visible styles in globals.css - Devsol-01#855 Undo/Redo: useUndoRedo hook with Ctrl+Z/Shift+Z/Y, wired to savings page filters with undo/redo buttons and toast notifications - Devsol-01#854 Dark mode images: ThemedImage component, img-invert-on-dark / img-dim-on-dark CSS utilities - Devsol-01#757 Keyboard shortcuts: useKeyboardShortcuts hook (Ctrl+K, G+D/S/P/T, ?, Ctrl+/, N, Esc), KeyboardShortcutsModal, KeyboardShortcutsProvider wired into root layout, shortcut hint button in TopNav
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
@Debbys-design 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! 🚀 |
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.
…hortcuts
-closes #858 Accessibility: arrow-key nav in ThemeToggle dropdown, focus trap already in modals/navbar, skip link in layout, focus-visible styles in globals.css
-closes #855 Undo/Redo: useUndoRedo hook with Ctrl+Z/Shift+Z/Y, wired to savings page filters with undo/redo buttons and toast notifications
-closes #854 Dark mode images: ThemedImage component, img-invert-on-dark / img-dim-on-dark CSS utilities
-closes #757 Keyboard shortcuts: useKeyboardShortcuts hook (Ctrl+K, G+D/S/P/T, ?, Ctrl+/, N, Esc), KeyboardShortcutsModal, KeyboardShortcutsProvider wired into root layout, shortcut hint button in TopNav