zulip / zulip-flutter

Upcoming Zulip mobile apps for Android and iOS, using Flutter
Apache License 2.0
202 stars 195 forks source link

Aggregate message-related unreads/quantity information and display them #1088

Open PIG208 opened 5 days ago

PIG208 commented 5 days ago

This is a followup to:

In the new design for the main menu, we display unreads next to buttons for pages like inbox, mentions, direct messages, and the number of messages in total for starred messages.

Screenshot 00-menu iphone 14 pro

Some pages, like inbox and subscription list (channels page), already do some calculations utilizing the unreads model. Some of that might be useful toward displaying the markers in the main menu. A goal of this issue is to extract a central view-model for unreads to make it easier to reuse the logic, so that we can show them on the main menu.