aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/NotificationList.qml
AgeCommit message (Collapse)AuthorFilesLines
7 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): fill the drawer's notification spaceDanilo M.1-0/+90
The reserved Item becomes the live queue with a History button, scrollable because the queue can hold 20. The drawer writes notifyd/drawer so the balloon shell stands down while this space is showing, which is what stops a notification appearing twice.