feat(multi): add configurable time limit per round with countdown display

This commit is contained in:
jessy-david-dev
2026-04-11 22:41:40 +02:00
parent 54c4400393
commit b1fcbbdb04
11 changed files with 158 additions and 10 deletions
+2
View File
@@ -159,6 +159,7 @@ export function ScreenRouter({
gameMode={gameMode}
setGameMode={setGameMode}
onSetSearchAllowed={(v) => multi.setSearchAllowed(v)}
onSetTimeLimit={(v) => multi.setTimeLimit(v)}
/>
);
@@ -175,6 +176,7 @@ export function ScreenRouter({
clicks={multi.clicks}
elapsed={fmt(multi.elapsed)}
countdown={multi.countdown}
timeLeft={multi.timeLeft}
onNavigate={multi.navigate}
onGoBack={multi.goBack}
canGoBack={multi.canGoBack}