feat(editor): Implement folder navigation in workflows list (#13370)

This commit is contained in:
Milorad FIlipović
2025-02-24 13:52:29 +01:00
committed by GitHub
parent f2b15ea086
commit 0eae14e27a
27 changed files with 1024 additions and 125 deletions

View File

@@ -22,4 +22,5 @@ export const RESOURCES = {
variable: [...DEFAULT_OPERATIONS] as const,
workersView: ['manage'] as const,
workflow: ['share', 'execute', 'move', ...DEFAULT_OPERATIONS] as const,
folder: ['create', 'read'] as const,
} as const;