android: show connecting status in chats header via realtime state
This commit is contained in:
@@ -514,3 +514,10 @@
|
||||
- Removed `Archived` top tab from chats list UI.
|
||||
- Added search action in top app bar and unified single search field with leading search icon.
|
||||
- Kept archive as dedicated row inside chats list; opening archive now happens from that row and back navigation appears in app bar while archive is active.
|
||||
|
||||
### Step 83 - Chats header realtime connection status
|
||||
- Added realtime connection state stream (`Disconnected/Connecting/Reconnecting/Connected`) to `RealtimeManager`.
|
||||
- Wired websocket lifecycle into that state in `WsRealtimeManager`.
|
||||
- Bound chats top bar title to realtime state:
|
||||
- shows `Connecting...` while reconnect/initial connect is in progress,
|
||||
- shows regular page title once connected.
|
||||
|
||||
Reference in New Issue
Block a user