Files
supabase/apps/studio/components/interfaces/App/CommandMenu/CommandMenu.utils.ts
Charis 84732ff44c feat: add new command menu to studio (#28432)
Add new command menu to studio. Ports over commands from old menu (with some minor reorganization), then adds:
- Branch switcher
- Project switcher
2024-08-08 16:42:07 -04:00

7 lines
136 B
TypeScript

export const COMMAND_MENU_SECTIONS = {
ACTIONS: 'Actions',
NAVIGATE: 'Navigate',
QUERY: 'Query',
SUPPORT: 'Support',
} as const