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"
|
class="divide-y divide-line rounded-sm border border-line bg-canvas shadow-sm"
|
||||||
>
|
>
|
||||||
{#each allNotifications as n (n.id)}
|
{#each allNotifications as n (n.id)}
|
||||||
<li class="relative">
|
<li class="relative bg-canvas">
|
||||||
<a
|
<a
|
||||||
href="/documents/{n.documentId}"
|
href="/documents/{n.documentId}"
|
||||||
role="row"
|
role="row"
|
||||||
|
|||||||
Reference in New Issue
Block a user