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:
@@ -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")
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user