feat(admin): Download-Link für FLUT-001 Scan-Prototyp im Portal
CI / backend-tests (push) Successful in 2m52s
CI / frontend-build (push) Successful in 48s

Admin-only Hinweis mit Link auf die APK unter /downloads/ - reine Sondierung,
kein Produktivstand.

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01CVgbozhYmuEhiEJHffRXCV
This commit is contained in:
2026-09-10 01:06:45 +02:00
co-authored by Claude Sonnet 5
parent 1e8d66f636
commit 15bbab258b
+6
View File
@@ -290,6 +290,12 @@ export function AdminPage() {
</>
)}
{aktiverTab === null && <p className="text-muted">Keine Bereiche für deine Rolle verfügbar.</p>}
{istAdmin && (
<p className="text-muted" style={{ marginTop: "2rem", fontSize: "0.85rem" }}>
<a href="/downloads/mabea-scan-prototyp-v0.1.apk">MABEA Scan-App (Android, Prototyp)</a> herunterladen
FLUT-001-Sondierung, kein Produktivstand.
</p>
)}
</main>
);
}