fix: 按组完成训练并在组间启动休息计时 - #2
Merged
Merged
Conversation
Track completed sets per exercise so rest starts between sets, while the final set completes the exercise without starting another timer. Existing boolean completion records remain compatible.
Verify set progress advances one set at a time and the final set does not start another rest timer.
Show a clear reset instruction on completed exercise cards and pulse the card until the user resets it.
Add assertions to verify exercise completion UI elements.
Use the workflow Flutter 3.41.6 toolchain to normalize formatting before analyze, test, and APK build so remaining failures reflect actual code issues.
Use a bounded pump after completing the final set because the completed exercise intentionally keeps pulsing until reset.
Added permissions for write access and automated formatting commit.
Removed permissions and commit steps, added formatting check.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
修复内容
测试