Summary: | Notification Improvements | ||
---|---|---|---|
Product: | [Applications] Tokodon | Reporter: | Ikel Atomig <contact> |
Component: | general | Assignee: | Unassigned bugs <unassigned-bugs-null> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | carl, josh |
Priority: | NOR | ||
Version First Reported In: | 23.08.4 | ||
Target Milestone: | --- | ||
Platform: | Fedora RPMs | ||
OS: | Linux | ||
Latest Commit: | https://invent.kde.org/network/tokodon/-/commit/8d14a8d8bca3f43922c654d259314106e5123b42 | Version Fixed In: | 25.08 |
Sentry Crash Report: |
Description
Ikel Atomig
2024-01-03 04:08:22 UTC
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 |