diff --git a/frontend-sba/pages/games/[id].vue b/frontend-sba/pages/games/[id].vue index af217f4..3a00f89 100755 --- a/frontend-sba/pages/games/[id].vue +++ b/frontend-sba/pages/games/[id].vue @@ -14,9 +14,39 @@
+ Connection Failed +
++ Unable to connect to the game server after multiple attempts. Please check your internet connection and try again. +
+- {{ isConnecting ? 'Connecting to game...' : 'Connection Failed' }} + {{ isConnecting ? 'Connecting to game...' : permanentlyFailed ? 'Connection Failed' : 'Reconnecting...' }} +
++ Unable to reach server after multiple attempts
@@ -196,10 +229,10 @@ Auth: {{ authStore.isAuthenticated ? 'OK' : authStore.isLoading ? 'Checking...' : 'Failed' }}Error: {{ connectionError }}
+{{ connectionError }}
WS URL: {{ wsDebugUrl }}
@@ -211,10 +244,11 @@