{#each ['recent', 'active', 'conversational'] as type (type)}
{/each}
{#if !client || !client.user}
{:else if sortedFollowing.length === 0 || isLongCalculation}
{:else if listHeight > 0}
{#snippet item({ index, style }: { index: number; style: string })}
{@const user = sortedFollowing[index]}
{/snippet}
{/if}