fix: layout, 409 handling, edit habits/tasks/savings
This commit is contained in:
@@ -240,6 +240,12 @@ struct SavingsCategoriesTab: View {
|
||||
.presentationDragIndicator(.visible)
|
||||
.presentationBackground(Color(hex: "0a0a1a"))
|
||||
}
|
||||
.sheet(item: ) { cat in
|
||||
EditSavingsCategoryView(isPresented: .constant(true), category: cat) { await load(refresh: true) }
|
||||
.presentationDetents([.large])
|
||||
.presentationDragIndicator(.visible)
|
||||
.presentationBackground(Color(hex: 0a0a1a))
|
||||
}
|
||||
}
|
||||
|
||||
func load(refresh: Bool = false) async {
|
||||
|
||||
Reference in New Issue
Block a user