From e6ff3ab6cc82b76485f7b316c6b5cade9cd83020 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 2 Mar 2023 11:49:57 +0100 Subject: [PATCH] remove slide causing issues --- frontend/src/lib/components/Path.svelte | 22 +++++++++++-------- frontend/src/lib/components/SchemaForm.svelte | 2 +- .../flows/content/FlowConstants.svelte | 11 +++------- 3 files changed, 17 insertions(+), 18 deletions(-) diff --git a/frontend/src/lib/components/Path.svelte b/frontend/src/lib/components/Path.svelte index 9226b001aa..6feead3477 100644 --- a/frontend/src/lib/components/Path.svelte +++ b/frontend/src/lib/components/Path.svelte @@ -277,15 +277,19 @@ folderCreated = undefined }} > -
- - -
- - {#if folderCreated} -
+ {#if !folderCreated} +
+ + +
+ {:else} {/if} diff --git a/frontend/src/lib/components/SchemaForm.svelte b/frontend/src/lib/components/SchemaForm.svelte index 253740ce2a..7b2909aa1a 100644 --- a/frontend/src/lib/components/SchemaForm.svelte +++ b/frontend/src/lib/components/SchemaForm.svelte @@ -70,7 +70,7 @@ {#if keys.length > 0} {#each keys as argName, i (argName)} {#if (!filter || filter.includes(argName)) && Object.keys(schema.properties ?? {}).includes(argName)} -
+
{#if inputTransform} , string[], FlowModule] ) .filter(([i, f, m]) => f.length > 0) - + setContext('PropPickerWrapper', { focusProp: () => {}, propPickerConfig: writable(undefined), @@ -47,11 +46,7 @@
- +
This page centralizes the static inputs of every steps. It is akin to a file containing all @@ -74,7 +69,7 @@ {/if} {#each steps as [args, filter, m] (m.id)} {#if filter.length > 0} -
+

{m.summary || m.value['path'] || 'Inline script'} {m.id}