feat(#153): notification history page (/notifications) #155
@@ -24,6 +24,7 @@ let { mentions }: Props = $props();
|
|||||||
<h2 class="mb-4 font-sans text-xs font-bold tracking-widest text-gray-400 uppercase">
|
<h2 class="mb-4 font-sans text-xs font-bold tracking-widest text-gray-400 uppercase">
|
||||||
{m.dashboard_notifications_heading()}
|
{m.dashboard_notifications_heading()}
|
||||||
</h2>
|
</h2>
|
||||||
|
<div>
|
||||||
{#each mentions as mention (mention.id)}
|
{#each mentions as mention (mention.id)}
|
||||||
<div class="flex items-center gap-3 border-b border-line py-2 last:border-0">
|
<div class="flex items-center gap-3 border-b border-line py-2 last:border-0">
|
||||||
{#if mention.documentId}
|
{#if mention.documentId}
|
||||||
@@ -44,6 +45,7 @@ let { mentions }: Props = $props();
|
|||||||
{/if}
|
{/if}
|
||||||
</div>
|
</div>
|
||||||
{/each}
|
{/each}
|
||||||
|
</div>
|
||||||
<div class="mt-4 border-t border-line pt-4">
|
<div class="mt-4 border-t border-line pt-4">
|
||||||
<a
|
<a
|
||||||
href="/notifications"
|
href="/notifications"
|
||||||
|
|||||||
Reference in New Issue
Block a user