aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/NotificationHistory.qml
AgeCommit message (Collapse)AuthorFilesLines
8 hoursfeat(desktop): make the drawer notifications readableDanilo M.1-1/+1
Each row shows when the notification appeared ("Sep 15 14:32", from created), sits on its own rounded card with space between rows instead of reading as one list, and uses the balloon's 16/18/16 sizing rather than 13/11. The close target grows to a 32px hit area in the row and the balloon, since a 20px box was hard to hit.
10 hoursfeat(desktop): add the notification history pageDanilo M.1-0/+70
Reachable only from the reserved space's History button, so it is a drawer view, not a module and not a tile. Rows are inert; clear-all empties the ring, since the daemon has no per-id history deletion.