mirror of
https://github.com/yattee/yattee.git
synced 2024-11-10 00:08:21 +00:00
Use old Previews syntax
This commit is contained in:
parent
f4c310846a
commit
d5464186af
@ -158,8 +158,10 @@ struct ExportSettings: View {
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
struct ExportSettings_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
NavigationView {
|
||||
ExportSettings()
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -171,7 +171,8 @@ struct ImportSettingsAccountRow: View {
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
struct ImportSettingsAccountRow_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
let fileModel = ImportSettingsFileModel(url: URL(string: "https://gist.githubusercontent.com/arekf/578668969c9fdef1b3828bea864c3956/raw/f794a95a20261bcb1145e656c8dda00bea339e2a/yattee-recents.yatteesettings")!)
|
||||
|
||||
return List {
|
||||
@ -185,3 +186,4 @@ struct ImportSettingsAccountRow: View {
|
||||
)
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -255,6 +255,8 @@ struct ImportSettingsSheetView: View {
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
struct ImportSettingsSheetView_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
ImportSettingsSheetView(settingsFile: .constant(URL(string: "https://gist.githubusercontent.com/arekf/578668969c9fdef1b3828bea864c3956/raw/f794a95a20261bcb1145e656c8dda00bea339e2a/yattee-recents.yatteesettings")!))
|
||||
}
|
||||
}
|
||||
|
@ -14,7 +14,8 @@ struct ImportSettingsSheetViewModifier: ViewModifier {
|
||||
}
|
||||
}
|
||||
|
||||
#Preview {
|
||||
struct ImportSettingsSheetViewModifier_Previews: PreviewProvider {
|
||||
static var previews: some View {
|
||||
Text("")
|
||||
.modifier(
|
||||
ImportSettingsSheetViewModifier(
|
||||
@ -23,3 +24,4 @@ struct ImportSettingsSheetViewModifier: ViewModifier {
|
||||
)
|
||||
)
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user