fix repetitive save of WorkoutItem, add: Onboarding, Defaults, Settings, Trainer/Trainee skeletons, reorder files, remove all Bindable

This commit is contained in:
Felix Förtsch
2024-09-04 18:44:28 +02:00
parent 0905ea7d3f
commit d82d0cd9fa
25 changed files with 426 additions and 134 deletions
+1 -3
View File
@@ -12,9 +12,7 @@ struct AddItemButton: View {
var action: () -> Void
var body: some View {
Button(action: {
action()
}) {
Button(action: action) {
HStack {
Image(systemName: "plus.circle.fill")
.foregroundStyle(.green)