Skip to content

Conversation

@Luca-Wiehe
Copy link

Proposed Changes

  • refinement of colors for a more modern UI
  • redesign of progress bar to arcs/semicircle
  • better distinction between calories and macro-nutrients

I know that this PR itself doesn't appear like a well-rounded design language yet. However, it is part of broader redesign efforts that I will perform throughout the following weeks. I want to keep the PRs small and digestible for a streamlined review process.

Related Issue(s)

Not applicable

Screenshots

before-after
@rolandgeider
Copy link
Member

I'm back and have some time to finally look at all your PRs

width: 48,
height: 48,
padding: const EdgeInsets.all(12),
child: Image.asset(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would leave the original icons we were using so the style is more consistent.

Copy link
Author

@Luca-Wiehe Luca-Wiehe Dec 16, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I was planning to refine all the icons with upcoming PRs. But I don't mind first doing the full redesign and then creating a separate PR where all the icons are being redefined at once

Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

creating a separate PR where all the icons are being redefined at once

that would be my suggestion. I will also write you on discord about the icons, because there's a handful new ones we will need

child: Container(
padding: const EdgeInsets.symmetric(horizontal: 5, vertical: 15),
child: FlNutritionalPlanGoalWidget(nutritionalPlan: _plan!),
return Padding(
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I would leave the card with the same color as the others, so it doesn't stand out (we can of course talk of changing this, but then we'd need to do it for all of them)

Image
@Luca-Wiehe
Copy link
Author

I am currently applying the same color change to the remaining components of the Dashboard. Have a look at #1036 and #1032 . The remaining two widgets will follow soon. In the optimal case, we would refine the color globally, but I wanted to keep the changes modular

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

2 participants