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