status-desktop/ui/app
Pascal Precht d10ffd56ce fix: ensure Chat navbar tab button shows correct message count
The chat navbar tab button renders an indicator when there's unread messages
in any of the chats. It also renders a message count, which prior to this commit
equals to the number of total unread messages.

This however is not the desired behaviour. Instead, the count should be the total
number of unread one on one messages (DMs), plus the total number of mentions in any
chats the user is participating in.

This commiit ensures the correct message count is rendered. It also adds an "unread messages"
indicator to community buttons.

Closes #2869
2021-07-14 18:17:21 -04:00
..
AppLayouts fix(search): clear search when changing active channel 2021-07-14 17:42:55 -04:00
img fix(search): fix 1-1 name, pic, icon and symbol 2021-07-14 17:42:55 -04:00
AppMain.qml fix: ensure Chat navbar tab button shows correct message count 2021-07-14 18:17:21 -04:00
qmldir