fix(frontend): smooth realtime dashboard refreshes

This commit is contained in:
2026-08-07 06:12:43 +00:00
parent e198f70756
commit ebc54198d7
8 changed files with 381 additions and 28 deletions
+8 -1
View File
@@ -31,6 +31,7 @@ const npcMode = ref(0);
const {
loading,
refreshing,
error,
recordsError,
frontStatusError,
@@ -158,7 +159,13 @@ watch(
>
실시간 동기화: {{ realtimeLabel }}
</button>
<button class="game-shell__action game-shell__action--navigation" type="button" @click="loadMainData">
<button
class="game-shell__action game-shell__action--navigation"
type="button"
:disabled="refreshing"
:aria-busy="refreshing"
@click="loadMainData"
>
</button>
<button class="game-shell__action" type="button" @click="moveLobby">로비로</button>