As of now, there is now way, if there is a way to find or know there is a new notification. Need to go manually, and check what's new by remembering what's the last one we saw. Would be better if the number of unread notifications is shown as a number in bubble alongside in Sidebar. Also when going to that section, unread ones should be highlighted. Also integrate notifications from the Server admins like Mastodon Web App shown whenever we Login. These are some great improvements to Tokodon.
Yes I agree, this is something I've had in mind for a while! :-)
This is mostly done for the next version (24.12), except unread notifications aren't marked as such. We do have marking them as read, and a notification bubble now though. We're close!
Git commit 8d14a8d8bca3f43922c654d259314106e5123b42 by Joshua Goins. Committed on 25/05/2025 at 15:54. Pushed by redstrate into branch 'master'. Separate unread and previous notifications Right now it's not possible to tell which notifications are new and which ones are old. So now there are section headings denoting these. M +24 -0 src/content/ui/NotificationPage.qml M +10 -0 src/notification/notificationgroupingmodel.cpp M +4 -0 src/notification/notificationgroupingmodel.h M +28 -1 src/notification/notificationmodel.cpp M +5 -0 src/notification/notificationmodel.h https://invent.kde.org/network/tokodon/-/commit/8d14a8d8bca3f43922c654d259314106e5123b42