-
Notifications
You must be signed in to change notification settings - Fork 81
[DX] Enhance Command Palette with Global Navigation and Actions #518
Copy link
Copy link
Open
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programcomplexity:mediumdxenhancementNew feature or requestNew feature or requestfrontend
Description
Description
The CommandPalette is currently underutilized. It should allow users to perform common tasks quickly from anywhere in the app.
Requirements and context
- Add quick actions for "Create New Payment", "Copy API Key", and "Toggle Theme".
- Enable navigation to all high-level routes (Dashboard, Settings, Docs).
- Implement fuzzy search for actions and help topics.
Suggested execution
- Update the actions list in
CommandPalette.tsx. - Hook into existing global states (like Theme or Auth).
Test and commit
- Verify keyboard shortcut (
Cmd+K) opens the palette. - Test each action to ensure it triggers the expected behavior.
Guidelines
- Keep the palette focused and fast.
- PR description must include: Closes #[issue_id]
Complexity: Medium (150 points)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
Stellar WaveIssues in the Stellar wave programIssues in the Stellar wave programcomplexity:mediumdxenhancementNew feature or requestNew feature or requestfrontend