{$loadingState}
{#if showModal}
{/if}
{#if promptImgList && $showFrames}
{#each promptImgList as promptImg}
{/each}
{/if}
{#if $others}
{#each [...$others] as { connectionId, presence } (connectionId)}
{#if presence?.isPrompting && presence?.cursor}
{/if}
{#if presence?.cursor}
{/if}
{/each}
{/if}