Skip to content

Adds badges to the forum list that indicate unread posts

Torsten Grote requested to merge 408-forum-list-unread-posts-badges into master

This MR adds badges to the forum list that indicate unread posts. It does so by extending the compound view TextAvatarView and provides convenient setters that take care of the required UI changes. The new badge can also be used to indicate a problem with the forum.

device-2016-06-02-134048device-2016-06-02-134453

I decided not to check if the forum is shared from someone or with someone and indicate a problem in this case, because this requires iterating two times over all contacts and their group metadata for each forum. If someone considers it important to check for this information, we can create a ticket for doing this within the forum and not in the forum list.

Merge request reports