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.
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.