ooni / probe-multiplatform

1 stars 1 forks source link

Navigation main screens skeleton #21

Closed sdsantos closed 3 months ago

sdsantos commented 3 months ago

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