From a314a5c1a78fc5afe49006f7ff51f38e267bbf77 Mon Sep 17 00:00:00 2001 From: Ruben Fiszel Date: Thu, 11 Jun 2026 13:46:16 +0000 Subject: [PATCH] nits --- .../src/routes/(root)/(logged)/pipeline/[folder]/+page.svelte | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/frontend/src/routes/(root)/(logged)/pipeline/[folder]/+page.svelte b/frontend/src/routes/(root)/(logged)/pipeline/[folder]/+page.svelte index 1c214042e7..785ad8dba1 100644 --- a/frontend/src/routes/(root)/(logged)/pipeline/[folder]/+page.svelte +++ b/frontend/src/routes/(root)/(logged)/pipeline/[folder]/+page.svelte @@ -53,6 +53,7 @@ ChevronDown, Folder, FolderSearch, + History, Loader2, NetworkIcon, RefreshCw, @@ -1561,6 +1562,9 @@ // form renders the S3 picker) lets the user upload a file and run the // pipeline. Drafts open in-place too so the user can fill the body first. function openDataUploadRun(scriptPath: string) { + // Opening the run form is meaningless while the pane is hidden — + // unhide first, same as a plain node click. + panelHidden = false if (drafts.has(scriptPath)) { activeDraftPath = scriptPath selection = undefined