feat(#153): notification history page (/notifications) #155
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user