{#if lines.length === 0}
Waiting for Claude... Type a message below to start!
{:else}
{#each lines as line (line.id)}
{formatTime(line.timestamp)}
{#if getLinePrefix(line.type)}
{getLinePrefix(line.type)}
{/if}
{#if line.toolName}
[{line.toolName}]
{/if}
{#if line.type === "assistant"}
{:else}
{/if}
{/each}
{/if}