From 4fca375ad4afdd41afa7a83a31f3d706a3fff42c Mon Sep 17 00:00:00 2001 From: G30 <50341825+silentoplayz@users.noreply.github.com> Date: Thu, 23 Jul 2026 21:54:45 -0400 Subject: [PATCH] chore: remove unused ArchivedChatsModal component (#27308) --- .../layout/ArchivedChatsModal.svelte | 201 ------------------ 1 file changed, 201 deletions(-) delete mode 100644 src/lib/components/layout/ArchivedChatsModal.svelte diff --git a/src/lib/components/layout/ArchivedChatsModal.svelte b/src/lib/components/layout/ArchivedChatsModal.svelte deleted file mode 100644 index 4865d441e8..0000000000 --- a/src/lib/components/layout/ArchivedChatsModal.svelte +++ /dev/null @@ -1,201 +0,0 @@ - - - { - unarchiveAllHandler(); - }} -/> - - { - onUpdate(); - }} - onDelete={(id) => { - if (chatCount !== null) chatCount--; - onDelete(id); - }} - loadHandler={loadMoreChats} - {unarchiveHandler} -> -
-
- - - -
-
-