+ {{ line }}
+
{{ line }}
diff --git a/frontend/src/components/Workflow/WorkflowEditor.vue b/frontend/src/components/Workflow/WorkflowEditor.vue
index 8dde466..9e07014 100644
--- a/frontend/src/components/Workflow/WorkflowEditor.vue
+++ b/frontend/src/components/Workflow/WorkflowEditor.vue
@@ -638,13 +638,13 @@ function trackMover(id: string, el: any) {
:style="getPosition(node.id, i)"
draggable="true" @mousedown="dragStart(node.id, $event)"
>
-
+
-
-
+
-
+
{{ output.name }}
@@ -790,10 +790,10 @@ function trackMover(id: string, el: any) {
.stripy {
background: repeating-linear-gradient(
45deg,
- #242933,
- #242933 10px,
- #212630 10px,
- #212630 20px
+ #222,
+ #222 10px,
+ #232323 10px,
+ #232323 20px
);
}
From c02408493a2e6e3fe3a6da1e9839d93aaf2f1d36 Mon Sep 17 00:00:00 2001
From: Josh Larsen <2565382+joshlarsen@users.noreply.github.com>
Date: Mon, 2 Oct 2023 16:29:43 -0400
Subject: [PATCH 2/2] ui tweaks
---
.../src/components/Workflow/WorkflowGUI.vue | 2 +-
.../src/components/Workflow/WorkflowList.vue | 22 +++++++++++--------
2 files changed, 14 insertions(+), 10 deletions(-)
diff --git a/frontend/src/components/Workflow/WorkflowGUI.vue b/frontend/src/components/Workflow/WorkflowGUI.vue
index 4e73865..706ad67 100644
--- a/frontend/src/components/Workflow/WorkflowGUI.vue
+++ b/frontend/src/components/Workflow/WorkflowGUI.vue
@@ -123,7 +123,7 @@ function exportWorkflow(id: string) {
-
+