From 8eb6c13c192718f1fdf286adf804f4d8c729ae98 Mon Sep 17 00:00:00 2001 From: Diego Imbert <70353967+diegoimbert@users.noreply.github.com> Date: Wed, 1 Oct 2025 18:00:46 +0200 Subject: [PATCH] Fix flow tutorials (#6722) * Fix tutorial basic * fix other tutorials * nit fix bug with button shrinking * tutorial works backwards * nit delete field on prev --- .../lib/components/EditableSchemaForm.svelte | 3 +- .../components/common/popup/PopupV2.svelte | 5 ++ .../flows/map/FlowErrorHandlerItem.svelte | 3 +- .../flows/map/InsertModuleButton.svelte | 2 +- .../FlowBuilderTutorialErrorHandler.svelte | 4 +- .../FlowBuilderTutorialForLoop.svelte | 3 + .../FlowBuilderTutorialSimpleFlow.svelte | 66 ++++++++++++++----- .../lib/components/tutorials/Tutorial.svelte | 5 ++ frontend/src/lib/utils.ts | 20 +++--- 9 files changed, 81 insertions(+), 30 deletions(-) diff --git a/frontend/src/lib/components/EditableSchemaForm.svelte b/frontend/src/lib/components/EditableSchemaForm.svelte index f6293ad29b..ec044d1434 100644 --- a/frontend/src/lib/components/EditableSchemaForm.svelte +++ b/frontend/src/lib/components/EditableSchemaForm.svelte @@ -643,7 +643,8 @@ {#if !uiOnly}