This commit is contained in:
Francesco 2025-06-01 21:37:39 +02:00
parent 5a56dadc59
commit 7513727ced
4 changed files with 2 additions and 5 deletions

View file

@ -38,7 +38,7 @@ struct SearchSkeletonCell: View {
RoundedRectangle(cornerRadius: 5)
.fill(Color.gray.opacity(0.3))
.frame(width: cellWidth - 10, height: 20)
.frame(width: cellWidth - 10, height: cellWidth/0.75)
.shimmering()
}
}

View file

@ -284,11 +284,10 @@ struct MediaInfoView: View {
}
}
.onAppear {
UIScrollView.appearance().bounces = false
UIScrollView.appearance().bounces = true
}
.navigationBarTitleDisplayMode(.inline)
.navigationBarTitle("")
.navigationViewStyle(StackNavigationViewStyle())
.ignoresSafeArea(.container, edges: .top)
}

View file

@ -66,7 +66,6 @@ struct SearchResultsGrid: View {
.clipShape(RoundedRectangle(cornerRadius: 12))
.padding(4)
}
.navigationViewStyle(StackNavigationViewStyle())
}
}
.padding(.top)

View file

@ -115,7 +115,6 @@ struct SearchView: View {
onClearHistory: clearSearchHistory
)
}
.navigationViewStyle(StackNavigationViewStyle())
.scrollViewBottomPadding()
.simultaneousGesture(
DragGesture().onChanged { _ in