feat(enrich): field reordering, required-fields progress bar, and no-PDF upload state #267

Merged
marcel merged 20 commits from feat/issue-261-enrich-field-reorder-progress-bar-upload into main 2026-04-18 23:36:33 +02:00
Showing only changes of commit 02cc08dfc6 - Show all commits

View File

@@ -81,7 +81,7 @@ const titleValue = $derived(titleDirty ? currentTitle : suggestedTitle || curren
<!-- Optional divider -->
<div class="my-3 flex items-center gap-2">
<div class="flex-1 border-t border-line"></div>
<span class="text-[9px] font-bold tracking-widest text-ink-3 uppercase">Optional</span>
<span class="text-xs font-bold tracking-widest text-ink-3 uppercase">Optional</span>
<div class="flex-1 border-t border-line"></div>
</div>