feat(multi): add go back button with extra click penalty

This commit is contained in:
jessy-david-dev
2026-04-11 22:30:47 +02:00
parent d268905f2d
commit 54c4400393
3 changed files with 52 additions and 0 deletions
+2
View File
@@ -176,6 +176,8 @@ export function ScreenRouter({
elapsed={fmt(multi.elapsed)}
countdown={multi.countdown}
onNavigate={multi.navigate}
onGoBack={multi.goBack}
canGoBack={multi.canGoBack}
onRetry={multi.retryLoad}
onNextRound={handlers.handleNextRound}
onResetGame={handlers.handleResetGame}