From cb1ca5d60789dbe8b7c02b95edcc854648ce61ac Mon Sep 17 00:00:00 2001 From: Csaba Tuncsik Date: Thu, 6 Jun 2024 15:31:42 +0200 Subject: [PATCH 01/20] fix(editor): Add move action to workflow card and refactor the component to setup script --- .../editor-ui/src/components/WorkflowCard.vue | 400 +++++++++--------- packages/editor-ui/src/permissions.ts | 10 +- .../src/plugins/i18n/locales/en.json | 1 + 3 files changed, 211 insertions(+), 200 deletions(-) diff --git a/packages/editor-ui/src/components/WorkflowCard.vue b/packages/editor-ui/src/components/WorkflowCard.vue index 250a782f60873..873d7a5acaac9 100644 --- a/packages/editor-ui/src/components/WorkflowCard.vue +++ b/packages/editor-ui/src/components/WorkflowCard.vue @@ -1,3 +1,206 @@ + +