diff --git a/web/src/lib/components/ConnectWorkspaceModal.svelte b/web/src/lib/components/ConnectWorkspaceModal.svelte new file mode 100644 index 00000000..e3e1da6f --- /dev/null +++ b/web/src/lib/components/ConnectWorkspaceModal.svelte @@ -0,0 +1,404 @@ + + + + +{#if open} + + +
+ {#if workspaceName} + Run {workspaceName} from your terminal with the pad CLI. + {:else} + Run this workspace from your terminal with the pad CLI. + {/if} +
{installCommands[activeTab]}
{connectSnippet}