feat(ui): add visible keyboard shortcut hints to the command palette#2911
feat(ui): add visible keyboard shortcut hints to the command palette#2911BittuBarnwal7479 wants to merge 1 commit into
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
2 Skipped Deployments
|
📝 WalkthroughWalkthroughAdds a keyboard shortcut hint footer to the command palette component, displaying Arrow Up/Down, Enter, and Esc hint labels via ChangesCommand Palette Keyboard Shortcut Footer
Possibly related issues
Suggested reviewers
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches🧪 Generate unit tests (beta)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
Lunaria Status Overview🌕 This pull request will trigger status changes. Learn moreBy default, every PR changing files present in the Lunaria configuration's You can change this by adding one of the keywords present in the Tracked Files
Warnings reference
|
Codecov Report✅ All modified and coverable lines are covered by tests. 📢 Thoughts on this report? Let us know! |
🔗 Linked issue
#2910
🧭 Context
📚 Description
The command palette supports keyboard navigation, but the available shortcuts are not visible to users.
Currently users can navigate with:
↑ / ↓ to move between results
Enter to select
Esc to close
However, these shortcuts are not displayed anywhere in the command palette UI.