Uh oh!
There was an error while loading. Please reload this page.
fix(art): replace stick-figure athlete with the BetterFit mark - #16
Merged
Conversation
The AthleteIllustration drew a single-stroke stick figure with a red bar through it for the push pose. That read as clip art and fights the design system's rule that illustration must use heavy geometric forms with the same high-contrast confidence as the mark. AthleteIllustration now renders three compressed white ovals on an ember-tinted surface -- the same three-oval form BetterFit's brand mark uses for plates/repetition/momentum -- with a small SF Symbol (arrow.up / arrow.down / figure.walk / heart.fill) offset to the bottom as a category hint. Removed: gradientColors, segments(), point(), drawAthlete(), categoryColor. The new visual has no pose-dependent coordinates; the pose only selects the SF Symbol. Card hero space on PlayingCardWorkoutCard grows from 100x140 to 140x140 so the new mark has room to breathe. Co-authored-by: opencode-agent <noreply@opencode.ai>
johnnyhuyforce-pushed
the
feat/refine-app-design
branch
from
July 27, 2026 04:58
88859a3 to
e94d9d7CompareUh oh!
There was an error while loading. Please reload this page.
johnnyhuy added a commit
that referenced
this pull request
Aug 9, 2026
The AthleteIllustration drew a single-stroke stick figure with a red bar through it for the push pose. That read as clip art and fights the design system's rule that illustration must use heavy geometric forms with the same high-contrast confidence as the mark. AthleteIllustration now renders three compressed white ovals on an ember-tinted surface -- the same three-oval form BetterFit's brand mark uses for plates/repetition/momentum -- with a small SF Symbol (arrow.up / arrow.down / figure.walk / heart.fill) offset to the bottom as a category hint. Removed: gradientColors, segments(), point(), drawAthlete(), categoryColor. The new visual has no pose-dependent coordinates; the pose only selects the SF Symbol. Card hero space on PlayingCardWorkoutCard grows from 100x140 to 140x140 so the new mark has room to breathe. Co-authored-by: opencode-agent[bot] <219766164+opencode-agent[bot]@users.noreply.github.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 freeto 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.
Summary
The workout card hero drew a single-stroke stick figure with a red bar through it for the push pose. That read as clip art and fights the design system's rule that illustration must use heavy geometric forms with the same high-contrast confidence as the mark.
AthleteIllustrationnow renders three compressed white ovals on an ember-tinted surface — the same three-oval form BetterFit's brand mark uses for plates / repetition / forward momentum — with a small SF Symbol (arrow.up/arrow.down/figure.walk/heart.fill) offset below the mark as a category hint.gradientColors,segments(),point(),drawAthlete(),categoryColorAthletePose.compoundand.allcases (unused, kept the four real categories)PlayingCardWorkoutCardgrows from100x140to140x140so the mark has room to breatheAthleteIllustration.sizeis now an explicit parameter (default140)Consequences
Testing
Co-authored-by: opencode-agent noreply@opencode.ai