{$loadingState}
{#if showModal} {/if}
{#if $others} {#each [...$others] as { connectionId, presence } (connectionId)} {#if (presence?.status === Status.loading || presence?.status === Status.prompting || presence?.status === Status.masking) && presence?.frame} {/if} {#if presence?.cursor} {/if} {/each} {/if}