aboutsummaryrefslogtreecommitdiffstats
path: root/desktop/modules/status/StatusPage.qml
AgeCommit message (Collapse)AuthorFilesLines
23 hoursfeat(status): add the snooze rowDanilo M.1-0/+10
A switch and a free-text minutes field driving notify-snooze.sh. Snooze is a file the balloon shell reads, so the row only writes it; the switch follows the file, including a snooze that ends while the page is open.
26 hoursfeat(desktop): add the status page and register the moduleDanilo M.1-0/+43
One row per mode. Adding a mode is one file in the singleton and one row here, which is what a registry buys over two separate toggles.