From 16e61e00d8b49020f19665f08afe44fe1f23bbf1 Mon Sep 17 00:00:00 2001 From: tristantr Date: Mon, 25 May 2026 12:18:31 +0200 Subject: [PATCH] Rename publish-app drawer wording to 'Share as iframe' 'Publish publicly' was ambiguous (publish to Hub vs make public URL). Use 'Share as iframe' for the button and drawer title, and 'Generate iframe' for the confirm action. Intro text now explicitly mentions iframe embedding use cases (Hub, docs page, own site). Co-Authored-By: Claude Opus 4.7 (1M context) --- .../components/workspaceSettings/DeployToHub.svelte | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/frontend/src/lib/components/workspaceSettings/DeployToHub.svelte b/frontend/src/lib/components/workspaceSettings/DeployToHub.svelte index 6439f8b870..d0d35ac432 100644 --- a/frontend/src/lib/components/workspaceSettings/DeployToHub.svelte +++ b/frontend/src/lib/components/workspaceSettings/DeployToHub.svelte @@ -302,7 +302,7 @@ startIcon={{ icon: Globe }} onclick={() => openPublish(it)} > - Publish publicly + Share as iframe {/if} {/if} @@ -368,14 +368,14 @@ publishDrawer?.closeDrawer()} >

- This will expose {publishTarget?.path} at a public - URL so the Hub can embed it as a live iframe instead of a frontend-only run. Anyone with the - URL will be able to interact with it. + Expose {publishTarget?.path} at a public URL so + it can be embedded as an iframe (e.g. on the Hub, a docs page, or your own site). Anyone with + the URL will be able to interact with it.

@@ -430,7 +430,7 @@ startIcon={{ icon: Globe }} onclick={confirmPublish} > - Publish publicly + Generate iframe {/snippet}