Fix keyboard shortcuts issues: scrolling, hints, cursor placement, and select all#16
Merged
mikebarkmin merged 4 commits intomainfrom Oct 13, 2025
Merged
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
- Add max-height and overflow-y to help dialog for scrolling on small screens - Add Ctrl+A shortcut for selecting all nodes - Add Reset option to menu toolbar with Ctrl+Del shortcut hint - Show keyboard shortcut hints next to menu items (Ctrl+1-4, Ctrl+P, Ctrl+D, Ctrl+Del) - Track mouse position to place nodes under cursor when using keyboard shortcuts - Add selectAllNodes translation for both English and German Co-authored-by: mikebarkmin <2592379+mikebarkmin@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Fix keyboard shortcut functionalities and improve help dialog
Fix keyboard shortcuts issues: scrolling, hints, cursor placement, and select all
Oct 13, 2025
Member
|
@copilot the help dialog needs a close button to be more handleable on mobile devices. |
- Added X icon import from lucide-react - Restructured help dialog with separate header, content, and footer sections - Added close button in header with X icon for easier access on mobile - Updated CSS to properly style the new header/footer structure with borders - Content section now scrolls independently while header/footer remain fixed Co-authored-by: mikebarkmin <2592379+mikebarkmin@users.noreply.github.com>
Contributor
Author
Added a close button (X) in the help dialog header for better mobile accessibility. The dialog now has a structured header with the title and close button, a scrollable content area, and a footer with the primary close button. Commit: 7f5c2d9 |
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.
Original prompt
Fixes #15
💬 Share your feedback on Copilot coding agent for the chance to win a $200 gift card! Click here to start the survey.