mirror of
https://github.com/supabase/supabase.git
synced 2026-07-02 02:54:18 +08:00
Add new command menu to studio. Ports over commands from old menu (with some minor reorganization), then adds: - Branch switcher - Project switcher
7 lines
136 B
TypeScript
7 lines
136 B
TypeScript
export const COMMAND_MENU_SECTIONS = {
|
|
ACTIONS: 'Actions',
|
|
NAVIGATE: 'Navigate',
|
|
QUERY: 'Query',
|
|
SUPPORT: 'Support',
|
|
} as const
|