feat: implement global command menu with Cmd/Ctrl+K keyboard shortcuts #35 - #139
Conversation
|
@Ghadaffijr is attempting to deploy a commit to the smartdevs17's projects Team on Vercel. A member of the Team first needs to authorize it. |
|
@Ghadaffijr 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! 🚀 |
|
Heads up for the reviewers: I successfully resolved the merge conflicts for the Command Menu. While pushing, I noticed the backend CI was failing at the linting step, so I removed a couple of unused variables in routes/stellar.ts to unblock it. However, it looks like the backend test suite is currently failing on main (validateStellarAddress is not a function in stellar.validation.test.ts). Since this is related to upstream backend changes, I'll leave that for the maintainers to patch. The frontend Command Menu feature is completely green and ready for review! |
|
headers is having issue please resolve. |
Description
This PR introduces a new global Command Menu to improve dashboard navigation and power-user accessibility. Users can now easily open a universal search/command modal from anywhere in the app using standard keyboard shortcuts.
Closes #35 ## Key Changes
CommandMenu.tsxcomponent with a polished UI and responsive search overlay.Cmd/Ctrl + Kto toggle the menu, andEscapeto close it safely.Header.tsxlayout alongside the recent Wagmi network updates.mainto ensure a clean, fast-forward merge.How to Test
git checkout feat/keyboard-shortcutsnpm installto ensure all packages match the updated lockfile.npm run devCmd + K(Mac) orCtrl + K(Windows) anywhere in the app to verify the modal opens.Escapeto verify the modal closes.