android: improve chat list row parity with avatar time and fab
Some checks are pending
CI / test (push) Has started running

This commit is contained in:
Codex
2026-03-09 14:28:16 +03:00
parent a5a940b749
commit ce585f62d2
3 changed files with 131 additions and 74 deletions

View File

@@ -253,3 +253,9 @@
- Added context actions from long-press: reply, edit, forward, delete, select, close.
- Added placeholder disabled pin action in the menu to keep action set consistent with Telegram-like flow.
- Updated Telegram UI batch-2 checklist items for long-press reactions and context menu.
### Step 42 - Chat list / row and FAB parity pass
- Updated chat list rows with avatar rendering, trailing message time, and richer right-side metadata layout.
- Kept unread/mention/pinned/muted indicators while aligning row structure closer to Telegram list pattern.
- Added floating compose FAB placeholder at bottom-right in chat list screen.
- Updated Telegram UI batch-2 checklist chat-list parity items.