Terminal:
{containerName}
{#if connected}
Connected
{:else}
Disconnected
{/if}
updateFontSize(Number(v))}>
{fontSize}px
{#each fontSizeOptions as size}
{size}px
{/each}
terminalComponent?.clear()} class="p-1 rounded hover:bg-zinc-800 transition-colors" title="Clear terminal (Ctrl+L)" >
terminalComponent?.copyOutput()} class="p-1 rounded hover:bg-zinc-800 transition-colors" title="Copy output" >
{#if !connected}
terminalComponent?.reconnect()} class="flex items-center gap-1 px-1.5 py-0.5 rounded text-xs bg-amber-500/20 ring-1 ring-amber-500/50 text-amber-400 hover:bg-amber-500/30 transition-colors" title="Reconnect" >
{/if}