inseven / builds

GitHub Actions status board for macOS and iOS
MIT License
1 stars 1 forks source link

fix: Contents flash during initial load #270

Closed jbmorley closed 6 months ago

jbmorley commented 6 months ago

This change ensures the cached results and workflow favorites are available to the view model on first load to avoid the content unavailable view flashing up on application launch.

This change also represents small steps towards adopting the new observation models in SwiftUI by relying less on the ObservableObject Combine model.