-
Notifications
You must be signed in to change notification settings - Fork 0
feat: enhance exercise tracking, privacy settings, and bulk publishing features #173
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Changes from all commits
Commits
Show all changes
46 commits
Select commit
Hold shift + click to select a range
bf50e5b
fix: improve tracking type handling and fetch logic in exercise queries
isotronic 21c3e5f
fix: update privacy settings handling and synchronize local state wit…
isotronic 2a7bbe6
fix: refactor test helpers for useTrackedExercisesQuery and improve m…
isotronic fff653a
feat: add sort_order column to tracked_exercises with backfill migration
isotronic 43d33b2
feat: assign sort_order when inserting a new tracked exercise
isotronic d1bf9c1
feat: add reorderTrackedExercises database function with tests
isotronic 3f2a625
fix: guard empty array in reorderTrackedExercises and strengthen tests
isotronic 91aa767
feat: add useReorderTrackedExercisesMutation hook
isotronic e6620fd
fix: add tests and explicit generics to useReorderTrackedExercisesMut…
isotronic 21d862b
feat: order tracked exercises by sort_order in query
isotronic dd289b4
feat: add isReorderMode prop to ExerciseCompactCard with drag handle
isotronic 2f5c45f
feat: add drag-and-drop reorder mode for tracked exercises on stats s…
isotronic 69b84fe
fix: memoize drag handler, reset reorder mode on blur, move inline st…
isotronic 88d8da9
fix: use exclusive transaction in migration, add error handling to re…
isotronic 62485e2
feat: add new translation string
isotronic 6ee7057
fix: correct query key in plan and workout publish mutations
isotronic 5d0e5df
feat: add fetchAllPlanIds, fetchAllStandaloneWorkoutIds, fetchAllCust…
isotronic a69f5d5
test: add empty-array coverage for fetchAllStandaloneWorkoutIds and f…
isotronic 65642cf
feat: add bulkPublishAllPlans, bulkPublishAllStandaloneWorkouts, bulk…
isotronic 773d2ee
test: add empty-case coverage for bulkPublishAllStandaloneWorkouts an…
isotronic b0b7540
test: add partial-failure coverage for bulkPublishAllPlans, document …
isotronic 59e93a4
feat: extract PrivacySettings as a self-contained component with bulk…
isotronic ac58bf4
refactor: replace inline privacy section in settings with PrivacySett…
isotronic c3954fc
style: fix prettier formatting in PrivacySettings
isotronic 334c90a
feat: show publish toggle for plans and workouts regardless of global…
isotronic a4d9d11
feat: auto-publish new plans and standalone workouts when global shar…
isotronic fcadd6f
feat: add useSocialSyncOnStartup to publish any missing shared items …
isotronic 694c774
docs: clarify hasSynced guard in useSocialSyncOnStartup
isotronic 5c8da4d
feat: add privacy settings shortcut to friends screen header
isotronic 936f870
style: add horizontal padding to privacy modal ScrollView
isotronic cd5d53f
feat: show pending friend requests badge on More tab
isotronic 86ea2cc
fix: show friendship start date as absolute date instead of relative …
isotronic 35f5b82
fix: use device locale for friendship start date
isotronic 7bb5d80
feat: add 5 new translations
isotronic 430a673
fix: update read permissions for shared content to include owner access
isotronic 057e60c
fix: exclude premade plans from fetching and sharing operations
isotronic 58ceecc
fix: match cloud icon color for all plan items
isotronic 241921e
feat: add published status to standalone workout items
isotronic fd2dac2
feat: extract RestTimerOverlay to avoid rest timer duplicate code
isotronic 491b6f2
feat: add useWorkoutImmersiveMode hook and integrate into WorkoutOver…
isotronic db9cf72
feat: change disabled complete set button to update button when a set…
isotronic 78de147
fix: update default settings for unilateral counting and paired weigh…
isotronic 41768ed
feat: add 9 new translations
isotronic d4bea14
feat: enhance progression logic for moderate effort ratings and add f…
isotronic 6120e03
feat: add confirmation alerts for saving workouts to plan and standal…
isotronic 5485f74
fix: review comments
isotronic File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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
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
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
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
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
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
Oops, something went wrong.
Oops, something went wrong.
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.
Uh oh!
There was an error while loading. Please reload this page.