-
Notifications
You must be signed in to change notification settings - Fork 13
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
[Feature/Improvement] Color code workouts #7
Comments
Heya @a-mabe, do you want the colour of the workout to influence the Work = green and Rest = Red colour when running the workout? |
Hi @alastairrmcneill, just when viewing the workouts on the homescreen and in the view workout screen itself, like these mockups: Likely would need to add a color picker during workout creation: https://pub.dev/packages/flutter_material_color_picker And another DB column:
Might also have to migrate the existing DB entries so as to not affect existing users. |
@a-mabe I've created the PR for this issue, let me know if there are any issues with the 2 PRs open at the same time |
Ah wait hold on, I forgot to ask you to assign it to me. Hope that doesn't cause any issues? |
No worries @alastairrmcneill, I will assign the issue now. I put the issues in the In Review column so they're on my todo list |
Issue #7: Added custom colors to workouts
Closed in #71. Thank you @alastairrmcneill for the contribution! |
Purpose: As a user, I want to be able to color code workouts.
More details:
Potentially add color picker: https://pub.dev/packages/flutter_material_color_picker
Acceptance Criteria:
The text was updated successfully, but these errors were encountered: