bigbiggerbiggestbot/webapp
Danny 60171d9b1c fix(webapp): show save button while first exercise is in progress
Save button was gated on workout.length, which stays 0 until a
second exercise is started (the transition that flushes the current
exercise into workout[]). Single-exercise workouts had no reachable
save path.

Gate on workout.length OR currentExercise sets, and recompute
visibility when sets are added/removed and on draft restore.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-18 16:53:42 +02:00
..
app.js fix(webapp): show save button while first exercise is in progress 2026-04-18 16:53:42 +02:00
index.html feat(tg-fitness-bot): structured mini-app, edit workouts, draft persistence 2026-04-13 20:41:47 +02:00
style.css feat(tg-fitness-bot): structured mini-app, edit workouts, draft persistence 2026-04-13 20:41:47 +02:00