From 15bbab258b65bcc4b96f8479eec89f3c41f400c8 Mon Sep 17 00:00:00 2001 From: patrick Date: Thu, 10 Sep 2026 01:06:45 +0200 Subject: [PATCH] =?UTF-8?q?feat(admin):=20Download-Link=20f=C3=BCr=20FLUT-?= =?UTF-8?q?001=20Scan-Prototyp=20im=20Portal?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Admin-only Hinweis mit Link auf die APK unter /downloads/ - reine Sondierung, kein Produktivstand. Co-Authored-By: Claude Sonnet 5 Claude-Session: https://claude.ai/code/session_01CVgbozhYmuEhiEJHffRXCV --- frontend/src/pages/AdminPage.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/frontend/src/pages/AdminPage.tsx b/frontend/src/pages/AdminPage.tsx index 5b54702..44f3799 100644 --- a/frontend/src/pages/AdminPage.tsx +++ b/frontend/src/pages/AdminPage.tsx @@ -290,6 +290,12 @@ export function AdminPage() { )} {aktiverTab === null &&

Keine Bereiche für deine Rolle verfügbar.

} + {istAdmin && ( +

+ MABEA Scan-App (Android, Prototyp) herunterladen — + FLUT-001-Sondierung, kein Produktivstand. +

+ )} ); }