Add a debug figure-review pager under Settings > Developer

Swipe through every bundled exercise rig, toggling between the looping
figure and its authored reference page, to QA the library on device.

Claude-Session: https://claude.ai/code/session_01PKptrgbx74peTwHGRxBojv
This commit is contained in:
2026-07-12 00:37:05 -04:00
parent 530021c2de
commit 400601283e
3 changed files with 87 additions and 2 deletions
@@ -181,6 +181,11 @@ struct SettingsView: View {
} label: {
Label("Clean Up Duplicates", systemImage: "wrench.and.screwdriver")
}
NavigationLink {
ExerciseFigureReviewView()
} label: {
Label("Review Exercise Figures", systemImage: "figure.strengthtraining.traditional")
}
} header: {
Text("Developer")
}