Davide De Rosa
|
17a383bc9c
|
Redo ReloadingContent with @ObservedObject
Proper way to listen to changes in elements is observing their
parent.
|
2022-04-19 21:22:13 +02:00 |
Davide De Rosa
|
923ea923ab
|
Fix active profile not preselected on launch
Function called multiple times sets isFirstLaunch to true even if
not active profile.
|
2022-04-19 21:19:43 +02:00 |
Davide De Rosa
|
18e9f7cbb5
|
Clear profile selection if current profile removed
Do it before ForEach rearranges NavigationLink elements, because
it may trigger undesired navigation to a deleted profile.
Restore related assertion.
|
2022-04-19 21:19:43 +02:00 |
Davide De Rosa
|
bf65f76401
|
Merge project into iOS + macOS
Share views with both platforms initially. Will split specific
views step by step.
|
2022-04-19 16:14:23 +02:00 |