From 18601db4f8d8965283c2406cf615ed8b322ca156 Mon Sep 17 00:00:00 2001 From: Marcel Date: Fri, 20 Mar 2026 23:18:40 +0100 Subject: [PATCH] fix(profile): use dd.mm.yyyy date input for birth date field Replace the browser-native type="date" picker with a text input using the same german format (dd.mm.yyyy with auto-dot insertion) as the document date fields. A hidden input sends the ISO value to the server. Co-Authored-By: Claude Sonnet 4.6 --- frontend/src/routes/profile/+page.svelte | 41 ++++++++++++++++++++++-- 1 file changed, 38 insertions(+), 3 deletions(-) diff --git a/frontend/src/routes/profile/+page.svelte b/frontend/src/routes/profile/+page.svelte index db9e1ee4..6cb15754 100644 --- a/frontend/src/routes/profile/+page.svelte +++ b/frontend/src/routes/profile/+page.svelte @@ -1,8 +1,41 @@
@@ -80,11 +113,13 @@ let { data, form } = $props(); {m.profile_label_birth_date()} +