From fa5a5b6026a7ba63c45fef053543f0c42aa65ebc Mon Sep 17 00:00:00 2001 From: Dotty Dotter Date: Sat, 25 Apr 2026 22:18:58 +0200 Subject: [PATCH] =?UTF-8?q?ux(v2):=20Pr=C3=BCfen=20+=20Daten-Sidebar-Grupp?= =?UTF-8?q?en=20ganz=20ausblenden=20ohne=20Auth=20(statt=20nur=20leere=20L?= =?UTF-8?q?abels)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Vorher: '— Pruefen' + '— Daten'-Labels waren sichtbar, aber alle Eintraege darin hidden — nur ein verlorener Header. Jetzt: ganzer Gruppen-Container hinter {% if is_authenticated %} → Anonymous-User sieht nur 'Lesen'-Gruppe. Co-Authored-By: Claude Opus 4.7 (1M context) --- app/templates/v2/base.html | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/app/templates/v2/base.html b/app/templates/v2/base.html index 3e9dd3a..b9dc829 100644 --- a/app/templates/v2/base.html +++ b/app/templates/v2/base.html @@ -46,18 +46,20 @@ {% if is_authenticated %}{{ icon("magnifying-glass-plus", 14) }} Landtag-Suche{% endif %} + {% if is_authenticated %}
— Prüfen
- {% if is_authenticated %}{{ icon("file-plus", 14) }} Neuer Antrag{% endif %} + {{ icon("file-plus", 14) }} Neuer Antrag {% if is_admin %}{{ icon("stack", 14) }} Batch-Analyse{% endif %}
+ {% endif %} {% if is_admin %}