From 6ed085b90b691b61f27a1fc921904f9d074bff31 Mon Sep 17 00:00:00 2001 From: Timothy Jaeryang Baek Date: Sun, 10 Nov 2024 16:34:35 -0800 Subject: [PATCH] chore: format --- .../layout/Sidebar/ArchivedChatsModal.svelte | 412 +++++++++--------- 1 file changed, 206 insertions(+), 206 deletions(-) diff --git a/src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte b/src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte index ec1e4b185..3ccc97f6e 100644 --- a/src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte +++ b/src/lib/components/layout/Sidebar/ArchivedChatsModal.svelte @@ -1,55 +1,55 @@ -
-
-
{$i18n.t('Archived Chats')}
- -
+
+
+
{$i18n.t('Archived Chats')}
+ +
-
-
-
-
- - - -
- -
-
-
-
- {#if chats.length > 0} -
-
-
- - - - - - - - - {#each chats.filter((c) => searchValue === '' || c.title - .toLowerCase() - .includes(searchValue.toLowerCase())) as chat, idx} - - +
+
+
+
+ + + +
+ +
+
+
+
+ {#if chats.length > 0} +
+
+
+
{$i18n.t('Name')} -
- -
- {chat.title} -
-
-
+ + + + + + + + {#each chats.filter((c) => searchValue === '' || c.title + .toLowerCase() + .includes(searchValue.toLowerCase())) as chat, idx} + + - + - - - {/each} - -
{$i18n.t('Name')} +
+ +
+ {chat.title} +
+
+
-
- - - +
+
+ + + - - - -
-
-
-
+ + + +
+ + + {/each} + + +
+
-
- -
-
- {:else} -
- {$i18n.t('You have no archived conversations.')} -
- {/if} -
- - + + + + {:else} +
+ {$i18n.t('You have no archived conversations.')} +
+ {/if} + + +