feat(fitness): auto-advance exercises with view transitions + audio cues

Last set of an exercise auto-advances to the next unfinished exercise.
View Transitions API animates the swap: vertical slide on the exercise
name and set-counter row, horizontal slide on the set table at >=900px.
Three Web Audio cues — per-set tick, exercise-complete two-note rise,
and workout-complete fanfare on the completion overview.
This commit is contained in:
2026-05-12 17:25:54 +02:00
parent 5fd8027d3e
commit 5ac56db46c
4 changed files with 215 additions and 8 deletions
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "homepage",
"version": "1.69.5",
"version": "1.70.0",
"private": true,
"type": "module",
"scripts": {