feat(admin): Download-Link für FLUT-001 Scan-Prototyp im Portal
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:
@@ -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>
|
||||
);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user