Player controls UI changes

WIP on controls

Chapters

working

Add previews variable

Add lists ids

WIP
This commit is contained in:
Arkadiusz Fal
2022-06-18 14:39:49 +02:00
parent 9c98cf9558
commit 321c265a11
60 changed files with 2524 additions and 1320 deletions

View File

@@ -66,8 +66,9 @@ struct SearchSuggestions: View {
#endif
}
}
.id(UUID())
#if os(macOS)
.buttonStyle(.link)
.buttonStyle(.link)
#endif
}

View File

@@ -297,6 +297,7 @@ struct SearchView: View {
}
.redrawOn(change: recentsChanged)
}
.id(UUID())
}
#if os(iOS)
.listStyle(.insetGrouped)