diff --git a/frontend/src/lib/components/FlowPreview.svelte b/frontend/src/lib/components/FlowPreview.svelte index 4c26b81fa1..3d701bc96d 100644 --- a/frontend/src/lib/components/FlowPreview.svelte +++ b/frontend/src/lib/components/FlowPreview.svelte @@ -2,6 +2,7 @@ import type { Schema } from '$lib/common' import type { Flow } from '$lib/gen' import { sendUserToast, truncateRev } from '$lib/utils' + import { HSplitPane } from 'svelte-split-pane' import { mapJobResultsToFlowState } from './flows/flowStateUtils' import { flowStore } from './flows/flowStore' @@ -49,20 +50,29 @@ } - runPreview(args)} - schedulable={false} - buttonText="Test just this step" - detailed={false} - args={stepArgs} -/> - -{#if jobId} -
- mapJobResultsToFlowState(e.detail, 'justthis', i, j)} - /> -
-{/if} + + +
+ runPreview(args)} + schedulable={false} + buttonText="Test just this step" + detailed={false} + args={stepArgs} + /> +
+
+ +
+ {#if jobId} + mapJobResultsToFlowState(e.detail, 'justthis', i, j)} + /> + {:else} + No results yet + {/if} +
+
+
diff --git a/frontend/src/lib/components/flows/content/FlowModule.svelte b/frontend/src/lib/components/flows/content/FlowModule.svelte index 1156a0fafd..760165c120 100644 --- a/frontend/src/lib/components/flows/content/FlowModule.svelte +++ b/frontend/src/lib/components/flows/content/FlowModule.svelte @@ -156,9 +156,7 @@ -
- -
+