Skip to content

Always show start time in workout history UI#47

Merged
brianwalborn merged 1 commit intomainfrom
fix/workout-history-always-show-start-time
Mar 26, 2026
Merged

Always show start time in workout history UI#47
brianwalborn merged 1 commit intomainfrom
fix/workout-history-always-show-start-time

Conversation

@brianwalborn
Copy link
Copy Markdown
Owner

This pull request updates the way workout dates and times are displayed in the ProgressView.vue component. Instead of using the raw date property from the workout object, the code now uses a new getWorkoutStartTime function to determine the correct start time for both the main list and the workout detail view. This helps ensure that the displayed date and time accurately reflect the actual start time of each workout.

Display improvements:

  • Updated the workout list and detail views to use getWorkoutStartTime(workout) when formatting and displaying workout dates and times, instead of directly accessing the date property. [1] [2]

@brianwalborn brianwalborn force-pushed the fix/workout-history-always-show-start-time branch from 850d792 to 5263e95 Compare March 26, 2026 00:54
@brianwalborn brianwalborn changed the title fix: always show start time in workout history UI Always show start time in workout history UI Mar 26, 2026
@brianwalborn brianwalborn merged commit 2d159db into main Mar 26, 2026
@brianwalborn brianwalborn deleted the fix/workout-history-always-show-start-time branch March 26, 2026 00:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant