Skip to content

fix: oauth popup profile picture renders as a perfect circle#14280

Merged
raymondjacobson merged 1 commit intomainfrom
claude/zealous-neumann-97a54d
May 8, 2026
Merged

fix: oauth popup profile picture renders as a perfect circle#14280
raymondjacobson merged 1 commit intomainfrom
claude/zealous-neumann-97a54d

Conversation

@raymondjacobson
Copy link
Copy Markdown
Member

Summary

  • The harmony Image migration in Consolidate images and improve loading #14196 swapped ProfileInfo's plain <img> for <Image>, which wraps the avatar in a Box that respects h/w props (78px).
  • The OAuth login page's .profileImg only overrode height: 48px, leaving the wrapper at 78px wide and rendering a 78×48 pill shape instead of a circle.
  • Fix: also constrain width: 48px so the wrapper is square and the existing border-radius produces a perfect circle.

Test plan

  • Open the OAuth consent popup (e.g. via a third-party Connect Audius flow) — the signed-in user's avatar should render as a perfect circle.

🤖 Generated with Claude Code

The harmony Image migration in #14196 wraps the avatar in a Box that
respects h/w props (78px). The OAuth page only overrode height to 48px,
leaving width at 78px and rendering a 78×48 pill instead of a circle.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@changeset-bot
Copy link
Copy Markdown

changeset-bot Bot commented May 8, 2026

⚠️ No Changeset found

Latest commit: 0824f45

Merging this PR will not cause a version bump for any packages. If these changes should not result in a new version, you're good to go. If these changes should result in a version bump, you need to add a changeset.

This PR includes no changesets

When changesets are added to this PR, you'll see the packages that this PR includes changesets for and the associated semver types

Click here to learn what changesets are, and how to add one.

Click here if you're a maintainer who wants to add a changeset to this PR

@github-actions
Copy link
Copy Markdown
Contributor

github-actions Bot commented May 8, 2026

🌐 Web preview ready

Preview URL: https://audius-web-preview-pr-14280.audius.workers.dev

Unique preview for this PR (deployed from this branch).
Workflow run

@raymondjacobson raymondjacobson merged commit 78b73e3 into main May 8, 2026
14 checks passed
@raymondjacobson raymondjacobson deleted the claude/zealous-neumann-97a54d branch May 8, 2026 21:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant