From a2c2bb7d99f0929673aaf6178d8f93ec614a0a72 Mon Sep 17 00:00:00 2001 From: Laila Los <44241786+ElectronicBlueberry@users.noreply.github.com> Date: Fri, 7 Jul 2023 08:02:01 +0200 Subject: [PATCH 01/25] add readonly mode to workflow graph --- client/src/components/Workflow/Editor/Draggable.vue | 10 ++++++++-- .../src/components/Workflow/Editor/DraggablePan.vue | 5 +++++ client/src/components/Workflow/Editor/Node.vue | 11 ++++++++--- client/src/components/Workflow/Editor/NodeInput.vue | 6 +++++- client/src/components/Workflow/Editor/NodeOutput.vue | 12 +++++++++++- .../src/components/Workflow/Editor/WorkflowGraph.vue | 2 ++ 6 files changed, 39 insertions(+), 7 deletions(-) diff --git a/client/src/components/Workflow/Editor/Draggable.vue b/client/src/components/Workflow/Editor/Draggable.vue index 6be9f539e40c..d3922e0423f3 100644 --- a/client/src/components/Workflow/Editor/Draggable.vue +++ b/client/src/components/Workflow/Editor/Draggable.vue @@ -1,7 +1,7 @@ + + diff --git a/client/src/components/Workflow/Editor/Index.vue b/client/src/components/Workflow/Editor/Index.vue index 9fd7781babc7..a0b4f33788d6 100644 --- a/client/src/components/Workflow/Editor/Index.vue +++ b/client/src/components/Workflow/Editor/Index.vue @@ -1,5 +1,5 @@ + + From 17f22f321ac61200c84af774e41b601b90eb780e Mon Sep 17 00:00:00 2001 From: Laila Los <44241786+ElectronicBlueberry@users.noreply.github.com> Date: Mon, 31 Jul 2023 09:34:05 +0200 Subject: [PATCH 10/25] add workflow info --- .../src/components/Common/PublishedItem.vue | 22 +-- .../components/Workflow/WorkflowPublished.vue | 160 +++++++++++++++--- client/src/composables/usePanels.ts | 26 +++ .../src/entry/analysis/modules/Analysis.vue | 31 +--- 4 files changed, 177 insertions(+), 62 deletions(-) create mode 100644 client/src/composables/usePanels.ts diff --git a/client/src/components/Common/PublishedItem.vue b/client/src/components/Common/PublishedItem.vue index 6a38e7a550d2..49b9e130f2db 100644 --- a/client/src/components/Common/PublishedItem.vue +++ b/client/src/components/Common/PublishedItem.vue @@ -1,8 +1,7 @@