mirror of
https://github.com/windmill-labs/windmill.git
synced 2026-08-22 08:02:19 +00:00
67ab46990a
* add ask mode * fix aichat z index * fix * Update FlowEditor.svelte --------- Co-authored-by: Ruben Fiszel <ruben@windmill.dev>
16 lines
341 B
TypeScript
16 lines
341 B
TypeScript
export const zIndexes = {
|
|
appEditorComponents: 1000,
|
|
secondaryMenu: 1001,
|
|
splitPanelHandle: 1001,
|
|
colorInput: 1002,
|
|
disposables: 1100, // Modals and Drawers
|
|
aiChat: 1200,
|
|
svelteSelectOptions: 5000,
|
|
popover: 5001,
|
|
contextMenu: 6000,
|
|
draggingComponent: 10000,
|
|
monacoEditor: 10000,
|
|
monacoEditorSuggestions: 10001,
|
|
tooltip: 20000
|
|
}
|