feat(documents): honest handling of undated documents in browse & search (Phase 6, #668) #682

Merged
marcel merged 19 commits from feature/668-undated-documents into docs/import-migration 2026-05-27 21:26:50 +02:00
Showing only changes of commit 508575eccb - Show all commits

View File

@@ -59,9 +59,7 @@ const showRawLine = $derived(
{label} {label}
</span> </span>
{:else} {:else}
<span class="inline-flex items-center gap-1"> <span>{label}</span>
<span>{label}</span>
</span>
{/if} {/if}
{#if showRawLine} {#if showRawLine}
<!-- Visible secondary line (WCAG 1.4.13 — not tooltip-only). raw is untrusted <!-- Visible secondary line (WCAG 1.4.13 — not tooltip-only). raw is untrusted