diamondburned / gotktrix

Matrix client in Go and GTK4
GNU Affero General Public License v3.0
312 stars 6 forks source link

More intuitive preview indicator #4

Closed diamondburned closed 2 years ago

diamondburned commented 2 years ago

Currently, gotktrix formats the room preview like so:

(+3) username: message...

This allows skipping non-message events, but it gets confusing with the read indicator. Instead, the number should indicate the number of new events from the one last seen.

diamondburned commented 2 years ago

It might be a good idea to use the left glowing bar for indicating messages, while the top-right number would be used for events. The bar should only glow if there are new messages.

diamondburned commented 2 years ago

Implemented.