Resolves #11 Resolves #13 Fragebogen: Abbrechen-Button entfernt

Der Speichern-Button am Ende des Flows ersetzt den Abbrechen-Button
in der Toolbar für beide Fragebögen (Meeting + Nachwirkung).

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
2026-04-22 06:04:34 +02:00
parent b477a3e04b
commit 18112cb52c
3 changed files with 13 additions and 10 deletions
+1 -5
View File
@@ -33,11 +33,7 @@ struct AftermathRatingFlowView: View {
}
.navigationTitle("Nachwirkung")
.navigationBarTitleDisplayMode(.inline)
.toolbar {
ToolbarItem(placement: .cancellationAction) {
Button("Abbrechen") { dismiss() }
}
}
}
}
+1 -5
View File
@@ -36,11 +36,7 @@ struct MeetingRatingFlowView: View {
}
.navigationTitle("Treffen bewerten")
.navigationBarTitleDisplayMode(.inline)
.toolbar {
ToolbarItem(placement: .cancellationAction) {
Button("Abbrechen") { dismiss() }
}
}
}
}
+11
View File
@@ -115,6 +115,16 @@
}
}
},
"%lld / %lld" : {
"localizations" : {
"de" : {
"stringUnit" : {
"state" : "new",
"value" : "%1$lld / %2$lld"
}
}
}
},
"%lld ausgewählt" : {
"extractionState" : "stale",
"localizations" : {
@@ -5148,6 +5158,7 @@
}
},
"Verlauf" : {
"extractionState" : "stale",
"localizations" : {
"en" : {
"stringUnit" : {