WebSocket connection indicator

This commit is contained in:
2025-05-05 20:59:52 +08:00
parent e4e562918c
commit f266968644
13 changed files with 580 additions and 212 deletions

View File

@ -103,5 +103,8 @@
},
"reactionPositive": "Postive",
"reactionNegative": "Negative",
"reactionNeutral": "Neutral"
"reactionNeutral": "Neutral",
"connectionConnected": "Connected",
"connectionDisconnected": "Disconnected",
"connectionReconnecting": "Reconnecting"
}