feat(fitness): label finish button "FINISH EARLY" with unfinished sets
CI / update (push) Has been cancelled

Switches the active-workout finish button to "FINISH EARLY" /
"VORZEITIG BEENDEN" with an orange tint when any set in the workout is
still incomplete, so users can tell at a glance whether they're
wrapping up cleanly or cutting it short.
This commit is contained in:
2026-05-10 14:56:12 +02:00
parent e87b8bd864
commit 5fd8027d3e
4 changed files with 14 additions and 2 deletions
+1
View File
@@ -98,6 +98,7 @@ export const en = {
workout_name_placeholder: "Workout name",
cancel_workout: "CANCEL WORKOUT",
finish: "FINISH",
finish_early: "FINISH EARLY",
new_set_added: "new set",
new_sets_added: "new sets",
exercises_title: "Exercises",