From 3ca1ab44a628b076fb8c9afad4c922555a27f00c Mon Sep 17 00:00:00 2001 From: Dicken Date: Fri, 29 May 2026 09:31:09 +0200 Subject: [PATCH] =?UTF-8?q?Changelog:=20Stichwort=20statt=20Version,=20Dat?= =?UTF-8?q?um=20+=20Uhrzeit=20bei=20Eintr=C3=A4gen?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- frontend/src/App.jsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/src/App.jsx b/frontend/src/App.jsx index 6ec98a4..7c2700e 100644 --- a/frontend/src/App.jsx +++ b/frontend/src/App.jsx @@ -1200,7 +1200,7 @@ function ChangelogModal({ user, toast, onClose }) { catch(e){ toast(e.message,'error'); } }; - const fmtDate = s => { if (!s) return ''; const d = new Date(s.replace(' ','T')); return isNaN(d)?'':d.toLocaleDateString('de-DE',{day:'2-digit',month:'2-digit',year:'numeric'}); }; + const fmtDate = s => { if (!s) return ''; const d = new Date(s.replace(' ','T')); return isNaN(d)?'':d.toLocaleString('de-DE',{day:'2-digit',month:'2-digit',year:'numeric',hour:'2-digit',minute:'2-digit'}); }; return (
NEUER EINTRAG
setForm(p=>({...p,version:e.target.value}))} - placeholder="Version (z.B. 1.4.2)" style={{...S.inp,fontSize:12}}/> + placeholder="Stichwort (z.B. Nachrichten)" style={{...S.inp,fontSize:12}}/> setForm(p=>({...p,title:e.target.value}))} placeholder="Kurztitel" style={{...S.inp,fontSize:12}}/>