feat(#153): notification history page (/notifications) #155

Merged
marcel merged 17 commits from feature/153-notification-history into main 2026-03-29 19:12:16 +02:00
Showing only changes of commit fb82dcdb95 - Show all commits

View File

@@ -44,5 +44,12 @@ let { mentions }: Props = $props();
{/if}
</div>
{/each}
<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>
{/if}