From 48b6a5b50caecdad703bb48ea3b335873784fead Mon Sep 17 00:00:00 2001 From: igurielidze Date: Mon, 30 Mar 2026 23:20:20 +0400 Subject: [PATCH] Update deploy alert: tell user to reopen project in Designer Co-Authored-By: Claude Opus 4.6 (1M context) --- svelte-app/src/lib/export.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/svelte-app/src/lib/export.ts b/svelte-app/src/lib/export.ts index 20d240c..0c86c5f 100644 --- a/svelte-app/src/lib/export.ts +++ b/svelte-app/src/lib/export.ts @@ -599,7 +599,7 @@ export async function deployToIgnition() { body: JSON.stringify({ projectName }), }); } catch { /* scan is best-effort */ } - alert(`Deployed to Ignition!\n${result.path}`); + alert(`Deployed to Ignition!\n${result.path}\n\nClose and reopen the project in Designer to see the view.`); } else { alert(`Deploy failed: ${result.error}`); }