android: add pinned message bar support in chat
Some checks are pending
CI / test (push) Has started running

This commit is contained in:
Codex
2026-03-09 14:02:03 +03:00
parent ade92e4a86
commit 651d53f3df
14 changed files with 62 additions and 2 deletions

View File

@@ -200,3 +200,9 @@
- Added inline forwarded header rendering in message bubbles with display-name fallback.
- Added inline reply preview block in message bubbles (author + snippet) based on new preview fields/fallbacks.
- Updated Telegram UI batch-2 checklist items for reply-preview and forwarded header.
### Step 32 - Chat UI / pinned message bar
- Added `pinned_message_id` support in chat DTO/local/domain models and DAO selects.
- 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.