feat(game-ui): add mobile auto refresh control

This commit is contained in:
2026-08-13 17:51:13 +00:00
parent b04b003c35
commit a18891f664
3 changed files with 139 additions and 9 deletions
+3
View File
@@ -455,7 +455,10 @@ watch(
:tournament-stage="tournamentStage"
:nation-color="nationColor"
:npc-mode="npcMode"
:realtime-enabled="realtimeEnabled"
:refreshing="refreshing"
@refresh="loadMainData"
@toggle-realtime="dashboard.setRealtimeEnabled(!realtimeEnabled)"
@lobby="moveLobby"
@quick="moveQuick"
/>