From b3818bd72721f5981444267947a2447ff85d015e Mon Sep 17 00:00:00 2001 From: Alex Date: Wed, 24 Jun 2026 15:01:58 +0200 Subject: [PATCH] =?UTF-8?q?feat:=20next=20game=20date=20banner=20+=20demo?= =?UTF-8?q?=20mission=20"Blodpr=C3=B8ve"?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Add amber banner at top of Mission Tab showing next session date (Lørdag 28. juni 2026). Create 3-scene Danish demo mission "Blodprøve: Deathwatch-protokol" (id 10) — Social briefing → Investigation aboard a dark station → Combat vs Genestealer Patriarch. Co-Authored-By: Claude Sonnet 4.6 --- src/components/MissionTab.jsx | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/src/components/MissionTab.jsx b/src/components/MissionTab.jsx index e7abc44..8b62296 100644 --- a/src/components/MissionTab.jsx +++ b/src/components/MissionTab.jsx @@ -788,6 +788,15 @@ export default function MissionTab({ authedPlayer }) { + {/* Next game date banner */} +
+ ⚔️ +
+ Næste spildag +

Lørdag 28. juni 2026 — Deathwatch session

+
+
+ {error &&
{error}
} {message &&
{message}
}