From 770ec675bfedadfa4de472118a26ebd155e2ca3f Mon Sep 17 00:00:00 2001 From: mvdbeek Date: Tue, 13 Sep 2022 11:46:53 +0200 Subject: [PATCH] Switch to composables for Minimap.vue --- .../components/Workflow/Editor/Minimap.vue | 138 ++++++++++++------ .../src/components/Workflow/Editor/Node.vue | 4 +- .../Workflow/Editor/WorkflowGraph.vue | 18 ++- client/src/style/scss/workflow.scss | 3 + 4 files changed, 118 insertions(+), 45 deletions(-) diff --git a/client/src/components/Workflow/Editor/Minimap.vue b/client/src/components/Workflow/Editor/Minimap.vue index 92f6d6a28c3..1089566659e 100644 --- a/client/src/components/Workflow/Editor/Minimap.vue +++ b/client/src/components/Workflow/Editor/Minimap.vue @@ -1,7 +1,7 @@