feat(menu): add Command Palette item to hamburger menu

Add "Command Palette" menu item with CMD+K shortcut below "Introductory Tour"
in the main hamburger menu. This provides quick access to the quick actions
modal from the menu for discoverability.

- Add Command icon import from lucide-react
- Add setQuickActionOpen prop through the component chain
- Display keyboard shortcut (Cmd+K) with proper formatting
- Update tests with Command icon mock
This commit is contained in:
Pedram Amini
2026-02-02 22:24:29 -06:00
parent 8feb138f30
commit f5334493d0
4 changed files with 36 additions and 0 deletions

View File

@@ -13270,6 +13270,7 @@ You are taking over this conversation. Based on the context above, provide a bri
setRenameInstanceSessionId,
setDuplicatingSessionId,
setGroupChatsExpanded,
setQuickActionOpen,
// Handlers
toggleGlobalLive,