Bunn / PiStats

macOS app to visualize Pi-hole information
BSD 2-Clause "Simplified" License
372 stars 12 forks source link

Change icon in case Pi-hole is offline #4

Closed Bunn closed 4 years ago

Bunn commented 4 years ago

Would be nice to change the status bar icon in case Pi-hole is offline.

Currently the "service" is part of the viewModel on the ViewController by design since we only wanted to make requests after the user opened the ViewController.

The service would need to be moved to an independent entity not coupled with the ViewController.

Bunn commented 4 years ago

Implemented here: https://github.com/Bunn/PiStats/pull/18