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 5e5791139d - Show all commits

View File

@@ -205,7 +205,7 @@ function typeBadgeLabel(type: NotificationItem['type']): string {
class="divide-y divide-line rounded-sm border border-line bg-canvas shadow-sm"
>
{#each allNotifications as n (n.id)}
<li class="relative bg-canvas">
<li class="relative bg-surface">
<a
href="/documents/{n.documentId}"
role="row"