feat: improve all connection types

This commit is contained in:
LukeGus
2026-05-13 17:44:13 -05:00
parent 84a8dfa050
commit 5bf59f87c0
38 changed files with 2661 additions and 952 deletions
+1 -1
View File
@@ -51,7 +51,7 @@ export function ConnectionLog({
}, [logs, isExpanded]);
const shouldShow =
isConnecting || hasConnectionError || (logs.length > 0 && !isConnected);
!isConnected && (isConnecting || hasConnectionError || logs.length > 0);
if (!shouldShow) {
return null;