tui: fix 'Connection: online online' duplication
The status panel renders 'Connection: online {detail}'; the supervisor was
passing detail='online' on a successful connect, so the label read
'online online'. The label already conveys the state — send an empty
detail on success (matching the pre-reconnect behaviour). Reconnecting/offline
details are unaffected since they carry a reason distinct from the label.

Co-Authored-By: Claude <noreply@anthropic.com>
1 parent dd5cd52 commit ff7c7bb97cd5e28c12b4a498baa07c5ad0bf5224
@Eugene Sukhodolskiy Eugene Sukhodolskiy authored 21 hours ago
Showing 2 changed files
View
clients/terminal/tui/ws_bridge.py
View
tests/clients/test_ws_bridge.py