Gym mode UI Updates#1255
Draft
jontyms wants to merge 2 commits into
Draft
Conversation
Rework the gym-mode logging experience around a redesigned log page: - Split the monolithic log_page.dart into focused widgets under log_page/ (chrome, hero, palette, set_panel, sets_section, sheets). - Add a dedicated rest-timer notifier so the inline rest timer runs off shared state instead of ad-hoc timers, tracking startedAt. - Support a dynamic number of sets per page and per-set editing via bottom sheets. - Add gym-mode theme extensions and a local palette for the new UI. - Extend gym state (startedAt, per-set handling) and wire up navigation, start page, summary and the workout menu accordingly. - Make the horizontal action bar scroll like the exercise-queue strip (touch/mouse/trackpad drag + mouse-wheel to horizontal). - Add the accompanying l10n strings. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
- Rework log_page and gym_mode widget/integration tests for the redesigned logging UI and dynamic sets. - Drop the obsolete generated log_page_test mocks. - Refresh the progression-tab golden and the gym-mode screenshot setup. Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
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.
Proposed Changes
Reworks gym mode around a single active-session screen: everything lives on, or one tap away from, the log page. The old per-set / per-timer chevron flow is replaced by a swipeable page-per-exercise with persistent chrome (session header + scrollable exercise queue).
This PR is heavily AI generated but I have tested and used this prototype for weeks.
Related Issue(s)
Please check that the PR fulfills these requirements
dart format .)