chore(core): Integration and UX Polish fixes

This commit is contained in:
Timo
2026-04-22 10:44:31 +02:00
parent 32044dab57
commit 643c70772e
3 changed files with 26 additions and 6 deletions
+1 -1
View File
@@ -146,7 +146,6 @@ async function connect() {
isConnecting = false;
reconnectDelay = 1000;
addLog('WebSocket Connection Opened', 'success');
broadcastConnectionStatus('connected');
reconnectStartTime = null;
reconnectFailed = false;
isNamespaceJoined = false;
@@ -176,6 +175,7 @@ async function connect() {
addLog(`Socket.IO Handshake: ${msg}`, 'info');
} else if (msg.startsWith('40')) {
isNamespaceJoined = true;
broadcastConnectionStatus('connected');
addLog('Joined Namespace /', 'success');
// Auto-rejoin room if we have one in settings
if (settings.roomId) {