Merge branch 'main' into feat/image-paste

This commit is contained in:
2026-06-07 12:54:32 +02:00
committed by GitHub
12 changed files with 1671 additions and 1004 deletions
@@ -6,7 +6,9 @@
<footer>
<ThemeToggle />
<nav>
<a href="/">/home</a>
{#if $status?.theme_home_link !== false}
<a href="/">/home</a>
{/if}
<a href="/about">/about</a>
{#if $status?.imprint_url}
<a href={$status.imprint_url} target="_blank" rel="noopener noreferrer">/imprint</a>
@@ -8,7 +8,9 @@
<header>
<a onclick={reset} href="/">
{#if $status?.theme_image}
{#if $status === null}
<!-- waiting for status to load to avoid flashing default logo -->
{:else if $status.theme_image}
<img alt="logo" src={$status.theme_image} />
{:else}
<svg