feat: add keyboard shortcuts for common actions#1536
Open
Ashvin-KS wants to merge 2 commits into
Open
Conversation
123ebb5 to
b4fcfad
Compare
aryandas2911
approved these changes
Jun 16, 2026
Owner
|
lint pls |
03f480c to
094d268
Compare
Contributor
Author
|
@aryandas2911 Hi! This PR is approved and all checks are passing. Ready to merge whenever you get a chance. Thanks! |
Contributor
Author
|
Ran in both frontend/ and backend/ - no errors in my changes. The 3 warnings are pre-existing in Profile.jsx (unrelated to keyboard shortcuts). PR is ready to merge. |
- Ctrl+N: New task - Ctrl+K: Toggle search - Ctrl+D: Toggle dark mode - Esc: Close modal - ?: Show keyboard shortcuts help Closes aryandas2911#1528
- Remove unused imports (useState, useEffect) from KeyboardShortcutsHelp - Remove unused named export from KeyboardShortcutsProvider - Remove unused useContext import
094d268 to
117dc94
Compare
Contributor
Author
|
Not at all — this PR is complete and ready to merge. All checks are passing and the lint warnings you flagged were addressed (only pre-existing warnings unrelated to these changes). Feel free to merge whenever convenient! |
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
Adds keyboard shortcuts for common actions to improve productivity:
Changes
Closes #1528