From 708d02a1f7e139008e99683ec71bc34b3dd0a8e5 Mon Sep 17 00:00:00 2001 From: Marcel Date: Mon, 6 Apr 2026 22:46:29 +0200 Subject: [PATCH] =?UTF-8?q?fix(ui):=20unify=20date=20inputs=20=E2=80=94=20?= =?UTF-8?q?use=20DateInput=20component=20on=20both=20pages?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Replace native on the document search page with the custom DateInput component (German dd.mm.yyyy format with auto-dot insertion). Align both pages' date input styling: add rounded-md, border, bg-surface, px-3, text-ink, placeholder color, and focus ring to match all other inputs in the card. Refs: #179 Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/SearchFilterBar.svelte | 11 +++++------ .../briefwechsel/CorrespondenzFilterControls.svelte | 4 ++-- 2 files changed, 7 insertions(+), 8 deletions(-) diff --git a/frontend/src/routes/SearchFilterBar.svelte b/frontend/src/routes/SearchFilterBar.svelte index 589476df..20328af0 100644 --- a/frontend/src/routes/SearchFilterBar.svelte +++ b/frontend/src/routes/SearchFilterBar.svelte @@ -1,6 +1,7 @@