android: add chat list chips and archive top-row state
Some checks are pending
CI / test (push) Has started running

This commit is contained in:
Codex
2026-03-09 14:10:14 +03:00
parent 6c9501e624
commit dfd4a00490
7 changed files with 156 additions and 20 deletions

View File

@@ -222,3 +222,9 @@
- Split message selection UX into dedicated top selection bar (count/close/delete/edit/reactions) and bottom action bar (reply/forward).
- Enhanced selected bubble visual state with explicit selected marker text.
- Updated Telegram UI batch-2 checklist items for multi-select mode.
### Step 36 - Chat list / advanced states baseline
- Added chat-list local type filters (`All`, `People`, `Groups`, `Channels`) with new `ChatListFilter` UI state.
- Added archive statistics stream in `ChatListViewModel` and special archive top-row entry in `All` tab.
- Extended list preview formatting with media-type markers and retained unread/mention/pinned indicators.
- Updated Telegram UI checklists for chat-list advanced states (batch 2 and batch 3).