mirror of
https://github.com/cranci1/Sora.git
synced 2026-04-22 00:52:00 +00:00
nvm no scrollview sorry
This commit is contained in:
parent
99d5e6f6cd
commit
21f7b79974
1 changed files with 35 additions and 37 deletions
|
|
@ -28,7 +28,6 @@ struct SearchResultsGrid: View {
|
|||
}
|
||||
|
||||
var body: some View {
|
||||
ScrollView {
|
||||
LazyVGrid(columns: Array(repeating: GridItem(.flexible(), spacing: 12), count: columnsCount), spacing: 12) {
|
||||
ForEach(items) { item in
|
||||
NavigationLink(destination: MediaInfoView(title: item.title, imageUrl: item.imageUrl, href: item.href, module: selectedModule)) {
|
||||
|
|
@ -72,5 +71,4 @@ struct SearchResultsGrid: View {
|
|||
.padding(.top)
|
||||
.padding()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue