diff --git a/frontend/src/routes/DocumentList.svelte b/frontend/src/routes/DocumentList.svelte index dce0853b..bf930769 100644 --- a/frontend/src/routes/DocumentList.svelte +++ b/frontend/src/routes/DocumentList.svelte @@ -1,51 +1,39 @@ @@ -71,205 +59,35 @@ const showDividers = $derived(groupedDocuments.length >= 2);
{m.docs_result_count({ count: total })}
{/if} - -- {#each snippetSegments as seg, i (i)}{#if seg.highlight}{seg.text}{:else}{seg.text}{/if}{/each} -
-- {#each summarySegments as seg, i (i)}{#if seg.highlight}{seg.text}{:else}{seg.text}{/if}{/each} -
-