feat(workout): correct last set from local events
Add a recovery path for mistyped completed-set weight: append a typed correction event, replay it through the local projection, and make undo restore the previous session state. req: examples/001 req: local/001 req: local/003 req: local/004
This commit is contained in:
@@ -54,6 +54,7 @@ fn workout_is_e2e_working_over_http() {
|
||||
assert!(home.text().contains("Now-first Workout Copilot"));
|
||||
assert!(home.text().contains("Finish & recover"));
|
||||
assert!(home.text().contains("Undo last action"));
|
||||
assert!(home.text().contains("Fix last set"));
|
||||
assert!(home.text().contains("Private event log"));
|
||||
assert!(home.text().contains("Replay export"));
|
||||
assert!(home
|
||||
|
||||
Reference in New Issue
Block a user