mirror of
https://github.com/yattee/yattee.git
synced 2025-08-09 20:24:06 +00:00
Add loading status to vertical cells
This commit is contained in:
@@ -70,7 +70,7 @@ struct PlaylistVideosView: View {
|
||||
}
|
||||
|
||||
var body: some View {
|
||||
VerticalCells(items: contentItems)
|
||||
VerticalCells(items: contentItems, isLoading: resource?.isLoading ?? false)
|
||||
.onAppear {
|
||||
guard contentItems.isEmpty else { return }
|
||||
loadResource()
|
||||
|
Reference in New Issue
Block a user