{#snippet child({ props })}
{#if current}
{current.title ? clip(current.title, TITLE_MAX) : `${current.kind} ยท ${shortId(current.id)}`}
{:else if selected}
{shortId(selected)}
{:else}
Pick a conversation
{/if} {#if running > 0 && !current?.running_turn}
{running}
{/if}
{/snippet}
{ switcherOpen = false; onOpen(id); }} {selected} />
{#if showFollow}
{ follow = !follow; }} size="icon-sm" title={follow ? "Following the active note - click to pin this conversation" : "Pinned - click to follow the active note"} variant={follow ? "secondary" : "ghost"} > {#if follow}
{:else}
{/if}
{/if}