mirror of
https://github.com/Memo-2023/mana-monorepo.git
synced 2026-05-15 05:41:09 +02:00
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:
parent
5cf9f81242
commit
25fd0c25ee
1 changed files with 18 additions and 1 deletions
|
|
@ -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>
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue