diff --git a/src/lib/components/chat/Settings/Personalization.svelte b/src/lib/components/chat/Settings/Personalization.svelte index 0e2702496c..88482eb492 100644 --- a/src/lib/components/chat/Settings/Personalization.svelte +++ b/src/lib/components/chat/Settings/Personalization.svelte @@ -1,8 +1,7 @@
-
{$i18n.t('Memory')}
@@ -112,7 +115,6 @@
-
@@ -138,7 +140,6 @@ {/if}
-
{#if !loading} {#if sortedMemories.length === 0} @@ -152,84 +153,43 @@ {/if}
{:else} - {#if sortedMemories.length > 0} -
- - -
- {/if} - -
+
{#each sortedMemories as memory (memory.id)}
{ - selectedMemory = memory; - showEditMemoryModal = true; - }} + class="group w-full flex justify-between items-center text-sm py-1 px-1" > -
-
{memory.content}
-
- {dayjs(memory.updated_at * 1000).format('MMM D, YYYY')} +
+ + {memoryTypeLabel(memory)} + + {#if memoryUpdatedAt(memory)} + + {/if} +
- -
-