feat(dates): honest precision-aware date rendering (Phase 4, #666) #677

Merged
marcel merged 16 commits from feature/666-date-rendering into docs/import-migration 2026-05-27 13:19:01 +02:00
Showing only changes of commit 4169373693 - Show all commits

View File

@@ -155,7 +155,7 @@ $effect(() => {
oninput={handleEndDateInput} oninput={handleEndDateInput}
placeholder={m.form_placeholder_date()} placeholder={m.form_placeholder_date()}
maxlength="10" maxlength="10"
class="block w-full rounded border border-line px-2 py-3 text-sm shadow-sm focus:outline-none focus-visible:ring-2 focus-visible:ring-focus-ring" class="block min-h-[48px] w-full rounded border border-line px-2 py-3 text-sm shadow-sm focus:outline-none focus-visible:ring-2 focus-visible:ring-focus-ring"
/> />
</div> </div>
{/if} {/if}