feat(#447): permission-gated reader dashboard #477

Merged
marcel merged 25 commits from worktree-feat+issue-447-reader-dashboard into main 2026-05-08 15:56:54 +02:00
2 changed files with 7 additions and 2 deletions
Showing only changes of commit 79e71cb1a4 - Show all commits

View File

@@ -50,7 +50,9 @@ const { persons }: Props = $props();
</a>
{/each}
</div>
<a href="/persons" class="self-end font-sans text-sm text-brand-mint hover:underline"
<a
href="/persons"
class="self-end font-sans text-sm text-brand-navy underline hover:text-brand-mint"
>{m.dashboard_reader_all_persons()}</a
>
</div>

View File

@@ -46,7 +46,10 @@ function excerpt(body: string | undefined): string {
</li>
{/each}
</ul>
<a href="/geschichten" class="mt-4 block font-sans text-sm text-brand-mint hover:underline">
<a
href="/geschichten"
class="mt-4 block font-sans text-sm text-brand-navy underline hover:text-brand-mint"
>
{m.dashboard_reader_all_stories()}
</a>
</div>