Added mostly empty screens for results, result and settings
Specified a pattern for navigation arguments
Enabled edge-to-edge on Android
Again the patterns specified are up for discussion. The main goal here was to have ViewModels do most of the work. And to avoid that Screens and ViewModels have instances of NavController, to keep them as simple as possible (again, great for testing).
Again the patterns specified are up for discussion. The main goal here was to have ViewModels do most of the work. And to avoid that Screens and ViewModels have instances of NavController, to keep them as simple as possible (again, great for testing).
Closes https://github.com/ooni/probe-multiplatform/issues/15