Update deploy alert: tell user to reopen project in Designer

Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
This commit is contained in:
igurielidze 2026-03-30 23:20:20 +04:00
parent 4e48493cf0
commit 48b6a5b50c

View File

@ -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}`);
}