-
Notifications
You must be signed in to change notification settings - Fork 2
Open
Labels
Description
Original report by me.
There's a way to subscribe to service status change notifications.
Currently we only handle app-wide change notifications. Would be nice to handle the system ones, and perhaps even replace the internal ones entirely.
But:
- Notifications might not be supported on older OSes (have to check) in which case we still should fall back to internal notifications.
- There's no controlling how many notifications the system fires when we change a bunch of properties together. We only want one at the end. So there will need to be some kind of "invalidate/repaint" scheme. We would need to mark things as dirty and only react on next message cycle.