Skip to content

Command palette entrypoints (Phase 0 baseline)

Status: B2+C unified on @alexbayerl/djed-app-shell CommandPalette + usePaletteSection.

EntryLocationTrigger
CommandPaletteui/src/shell/AppShell.tsxState paletteOpen; openPalette() from context
Phone search affordanceAppShell headeronClicksetPaletteOpen(true)
Desktop ⌘K buttonAppShell headerSame
ProfileMenuAppShellonOpenPalette callback
Default sectionsui/src/shell/palette/sections.tsxuseAppShellPaletteSections — Go to, Settings, Account
EntryLocationTrigger
Session itemsui/src/views/StudioWorkspaceView.tsxusePaletteSection with nodes, gates, actions, and navigation; types in studioPaletteTypes.ts
KeyboarduseStudioKeyboardonCommandPaletteopenPalette() from useAppShell