Import/export fixes, icon, and graphing

This commit is contained in:
2025-09-13 00:42:15 -06:00
parent ce220c7220
commit a3e60ce995
11 changed files with 388 additions and 230 deletions

View File

@@ -67,7 +67,7 @@ struct AddEditGymView: View {
.onAppear {
loadExistingGym()
}
.onChange(of: selectedClimbTypes) { _ in
.onChange(of: selectedClimbTypes) {
updateAvailableDifficultySystems()
}
}