From ae78b2d8786848aa950d5009a65986ca8f6041a0 Mon Sep 17 00:00:00 2001 From: Pepe Ziberi Date: Thu, 23 Jul 2026 20:15:40 +0200 Subject: [PATCH] =?UTF-8?q?fix(nav):=20Sicherheit/2FA=20&=20Konto-Datensch?= =?UTF-8?q?utz=20im=20Benutzer-Men=C3=BC=20auffindbar=20(v1.8.3)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2FA lag unter /settings, war aber über kein Menü erreichbar. Neu im Benutzer-Menü (Desktop-Dropdown + Mobil-Menü): "Sicherheit & 2FA" (→ /settings) und "Konto & Datenschutz" (→ /konto/datenschutz). Co-Authored-By: Claude Opus 4.8 (1M context) --- package.json | 2 +- src/components/layout/topbar.tsx | 16 ++++++++++++++++ 2 files changed, 17 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index b318583..4abe2de 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "lageplan", - "version": "1.8.2", + "version": "1.8.3", "description": "Feuerwehr Lageplan - Krokier-App für Einsatzdokumentation", "private": true, "scripts": { diff --git a/src/components/layout/topbar.tsx b/src/components/layout/topbar.tsx index 86f7242..5ef938c 100644 --- a/src/components/layout/topbar.tsx +++ b/src/components/layout/topbar.tsx @@ -370,6 +370,14 @@ export function Topbar({ Kennwort ändern + window.location.href = '/settings'}> + + Sicherheit & 2FA + + window.location.href = '/konto/datenschutz'}> + + Konto & Datenschutz + {(userRole === 'SERVER_ADMIN' || userRole === 'TENANT_ADMIN') && ( window.location.href = '/admin'}> @@ -492,6 +500,14 @@ export function Topbar({ Kennwort ändern + window.location.href = '/settings'}> + + Sicherheit & 2FA + + window.location.href = '/konto/datenschutz'}> + + Konto & Datenschutz + {onLogout && (