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:
@@ -33,11 +33,7 @@ struct AftermathRatingFlowView: View {
|
||||
}
|
||||
.navigationTitle("Nachwirkung")
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .cancellationAction) {
|
||||
Button("Abbrechen") { dismiss() }
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -36,11 +36,7 @@ struct MeetingRatingFlowView: View {
|
||||
}
|
||||
.navigationTitle("Treffen bewerten")
|
||||
.navigationBarTitleDisplayMode(.inline)
|
||||
.toolbar {
|
||||
ToolbarItem(placement: .cancellationAction) {
|
||||
Button("Abbrechen") { dismiss() }
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
@@ -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" : {
|
||||
|
||||
Reference in New Issue
Block a user