add analytics

This commit is contained in:
2026-06-05 00:11:45 -03:00
parent a2947b3bf2
commit fd8e9049bf
35 changed files with 1540 additions and 30 deletions

View File

@@ -146,7 +146,7 @@ function GameBaseContent({
currentPhase={currentPhase}
gameConfig={gameConfig}
onChangePhase={(fase) => {
setCurrentPhase(fase);
setCurrentPhase(fase, "manual_selector");
setModalFasesAberto(false);
}}
onResetProgress={handleResetProgresso}