feat(profile): add Benachrichtigungsverlauf cross-link below notification preferences
Some checks failed
CI / Unit & Component Tests (push) Has been cancelled
CI / Backend Unit Tests (push) Has been cancelled
CI / E2E Tests (push) Has been cancelled
CI / Unit & Component Tests (pull_request) Successful in 2m31s
CI / Backend Unit Tests (pull_request) Failing after 2m28s
CI / E2E Tests (pull_request) Failing after 15m58s

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Marcel
2026-03-29 14:11:05 +02:00
parent 611fb52f09
commit 8f2a7a3528

View File

@@ -100,5 +100,14 @@ const hasEmail = $derived(!!data.user?.email);
{m.btn_save()}
</button>
</form>
<div class="mt-4 border-t border-line pt-4">
<a
href="/notifications"
class="text-sm font-medium text-ink-2 underline decoration-accent/60 transition-colors hover:text-ink hover:decoration-accent"
>
{m.notification_history_view_link()}
</a>
</div>
</div>
</div>