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
- Dramatically simplified implementation and API (take a look at the …
…migration notes in the readme)
- AdvancedList is now more like the List and ForEach SwiftUI view
- refactored isLoading to state (error, idle and loading with a corre…
…sponding view)
- error and loading view are not part of the List anymore, now the List and the pagination state view (error or loading) are in a VStack