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
@@ -261,8 +261,9 @@ private struct MachineSettingsCard: View {
}
/// Renders a parsed `ExerciseInfo`: summary, target chips, then each authored
/// section with its numbered steps or bullets.
private struct ExerciseInfoContent: View {
/// section with its numbered steps or bullets. Internal so the debug figure-review
/// screen can reuse it.
struct ExerciseInfoContent: View {
let info: ExerciseInfo
var body: some View {