fix: layout, 409 handling, edit habits/tasks/savings

This commit is contained in:
Cosmo
2026-03-25 18:03:36 +00:00
parent 0d5eef1b87
commit c9bd63d5e7
6 changed files with 563 additions and 0 deletions

View File

@@ -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 {