You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SwiftUI is deprecating NavigationView in favour of the new NavigationStack API. It's probably a good time to refactor the app's navigation to a) clean up some of the hacks we had to employ to workaround some SwiftUI shortcomings, and b) add switching logic between the old APIs and the new.