feat(contacts): add archive link to settings page

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Till-JS 2025-12-09 20:47:56 +01:00
parent 5cf9f81242
commit 25fd0c25ee

View file

@ -412,7 +412,6 @@
label="Kontakte exportieren"
description="Als vCard oder CSV herunterladen"
href="/data?tab=export"
border={false}
>
{#snippet icon()}
<svg fill="none" stroke="currentColor" viewBox="0 0 24 24">
@ -425,6 +424,24 @@
</svg>
{/snippet}
</SettingsRow>
<SettingsRow
label="Archiv"
description="Archivierte Kontakte anzeigen und verwalten"
href="/archive"
border={false}
>
{#snippet icon()}
<svg fill="none" stroke="currentColor" viewBox="0 0 24 24">
<path
stroke-linecap="round"
stroke-linejoin="round"
stroke-width="2"
d="M5 8h14M5 8a2 2 0 110-4h14a2 2 0 110 4M5 8v10a2 2 0 002 2h10a2 2 0 002-2V8m-9 4h4"
/>
</svg>
{/snippet}
</SettingsRow>
</SettingsCard>
</SettingsSection>