This issue tracks the implementation of the Chat List (Home) Screen, which is the first screen shown after the app opens and the user is authenticated.
The screen should display all recent chats (individual & group) similar to WhatsApp Web/Desktop.
📋 Requirements
- Display a list of chats on app launch
- Show for each chat:
- Chat name (contact or group)
- Last message preview
- Timestamp of the last message
- Unread message count (if any)
- Chat type (individual / group)
- Sort chats by latest activity
- Real-time updates when:
- New messages arrive
- Read/unread state changes
- Clicking a chat navigates to the chat conversation screen
✅ Acceptance Criteria
- Chat list loads after successful login
- UI updates in real time without manual refresh
- Behavior closely matches WhatsApp Web/Desktop
- Supports both individual and group chats
This issue tracks the implementation of the Chat List (Home) Screen, which is the first screen shown after the app opens and the user is authenticated.
The screen should display all recent chats (individual & group) similar to WhatsApp Web/Desktop.
📋 Requirements
✅ Acceptance Criteria