Recipes are now searchable

This commit is contained in:
Vicnet
2023-10-03 12:11:32 +02:00
parent ee1c0d9aed
commit 77c07bb0b1
48 changed files with 297 additions and 86 deletions

View File

@@ -64,7 +64,7 @@ struct SettingsView: View {
}
.tint(.red)
Button("Delete local data.") {
Button("Delete local data") {
print("Clear cache.")
alertType = .DELETE_CACHE
showAlert = true
@@ -72,7 +72,9 @@ struct SettingsView: View {
.tint(.red)
} header: {
Text("Danger Zone")
Text("Other")
} footer: {
Text("Deleting local data will not affect the recipe data stored on your server.")
}
}
.navigationTitle("Settings")