Skip to content

feat(onboarding): render social avatar on verify-socials SocialRow#1886

Open
sweetmantech wants to merge 1 commit into
mainfrom
feat/verify-socials-pfp
Open

feat(onboarding): render social avatar on verify-socials SocialRow#1886
sweetmantech wants to merge 1 commit into
mainfrom
feat/verify-socials-pfp

Conversation

@sweetmantech

@sweetmantech sweetmantech commented Jul 23, 2026

Copy link
Copy Markdown
Collaborator

What

In the verify-socials onboarding step, SocialRow rendered platform + @handle · N followers but no profile image, even though the avatar field is now populated. This renders each connected social's avatar so users can visually confirm the auto-match.

Changes

  • components/Onboarding/SocialRow.tsx — add the shared shadcn Avatar (circular, radius-full per DESIGN.md) before the platform/handle text.
    • AvatarImage from social.avatar when present.
    • AvatarFallback to the handle/platform initial when avatar is null — achromatic chrome, no color introduced.

Render-side only; mirrors the sibling RosterArtistRow avatar pattern.

Verification

  • pnpm exec tsc --noEmit — clean for SocialRow.tsx.
  • pnpm exec eslint components/Onboarding/SocialRow.tsx — clean.
  • Screenshot: pending — the verify-socials step requires an authenticated account with a claimed roster + matched socials to reach; not captured in this render-only change. Follow-up visual check recommended on preview.

Targets main. Part of chat#1885 (converge/polish onboarding backlog — verify-socials pfp row).

🤖 Generated with Claude Code


Summary by cubic

Render profile images for connected socials in the verify-socials onboarding step so users can visually confirm the auto-match. Adds the shared shadcn Avatar in components/Onboarding/SocialRow.tsx, using social.avatar when available and a single-letter fallback when missing.

Written for commit c1e734c. Summary will update on new commits.

Review in cubic

Each auto-matched social now shows its profile image (the `avatar`
field, now populated) so users can visually confirm the match. Falls
back to the handle/platform initial when no avatar is present. Uses the
shared shadcn Avatar (circular, achromatic fallback) per DESIGN.md.

Refs chat#1885.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
@cursor

cursor Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Bugbot is not enabled for your account, so this pull request was not reviewed.

Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs.

@vercel

vercel Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
chat Ready Ready Preview Jul 23, 2026 11:12am

Request Review

@coderabbitai

coderabbitai Bot commented Jul 23, 2026

Copy link
Copy Markdown
Contributor

Warning

Review limit reached

@sweetmantech, you've reached your PR review limit, so we couldn't start this review.

Next review available in: 50 minutes

Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available.
You're only billed for reviews past your plan's rate limits ($0.25/file).

How can I continue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews.

How do review limits work?

CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability.

For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window.

Please refer docs for additional details.

Review details
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 92c069db-2a25-4814-80ae-55136fa0c451

📥 Commits

Reviewing files that changed from the base of the PR and between fb0c7c0 and c1e734c.

📒 Files selected for processing (1)
  • components/Onboarding/SocialRow.tsx
✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Commit unit tests in branch feat/verify-socials-pfp

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@cubic-dev-ai cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

No issues found across 1 file

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

Auto-approved: Adds profile image display to social rows in onboarding for visual confirmation. Bounded render-only change using existing avatar components.

Re-trigger cubic

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