Recipe edit UI polish
This commit is contained in:
@@ -9,7 +9,7 @@ import Foundation
|
||||
import SwiftUI
|
||||
|
||||
|
||||
|
||||
/*
|
||||
struct CategoryPickerViewOld: View {
|
||||
@State var title: String
|
||||
@State var searchSuggestions: [String]
|
||||
@@ -61,3 +61,4 @@ struct CategoryPickerViewOld: View {
|
||||
}
|
||||
}
|
||||
|
||||
*/
|
||||
|
||||
@@ -10,7 +10,7 @@ import SwiftUI
|
||||
import PhotosUI
|
||||
|
||||
|
||||
|
||||
/*
|
||||
struct RecipeEditView: View {
|
||||
@ObservedObject var viewModel: RecipeEditViewModel
|
||||
@Binding var isPresented: Bool
|
||||
@@ -279,4 +279,4 @@ fileprivate struct DurationPicker: View {
|
||||
|
||||
|
||||
|
||||
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user