android: restructure chat top app bar with header metadata
Some checks are pending
CI / test (push) Has started running

This commit is contained in:
Codex
2026-03-09 14:03:48 +03:00
parent 651d53f3df
commit db048b9f12
5 changed files with 65 additions and 7 deletions

View File

@@ -206,3 +206,9 @@
- Extended `ChatViewModel` state with pinned message id + resolved pinned message object.
- Rendered pinned message bar under chat app bar with hide action.
- Updated Telegram UI batch-2 checklist item for pinned message block.
### Step 33 - Chat UI / top app bar restructuring
- Extended chat UI state with resolved chat header fields (`chatTitle`, `chatSubtitle`, `chatAvatarUrl`).
- Updated chat top app bar layout to Telegram-like structure: back, avatar, title, status, call action, menu action.
- Kept load-more behavior accessible via menu placeholder action button.
- Updated Telegram UI batch-2 checklist item for chat top app bar.