mirror of
https://github.com/jlengrand/Maestro.git
synced 2026-03-10 08:31:19 +00:00
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:
@@ -13270,6 +13270,7 @@ You are taking over this conversation. Based on the context above, provide a bri
|
||||
setRenameInstanceSessionId,
|
||||
setDuplicatingSessionId,
|
||||
setGroupChatsExpanded,
|
||||
setQuickActionOpen,
|
||||
|
||||
// Handlers
|
||||
toggleGlobalLive,
|
||||
|
||||
Reference in New Issue
Block a user