feat(onboarding): render social avatar on verify-socials SocialRow#1886
feat(onboarding): render social avatar on verify-socials SocialRow#1886sweetmantech wants to merge 1 commit into
Conversation
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>
|
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. |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reached
Next review available in: 50 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the 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 configurationConfiguration used: Path: .coderabbit.yaml Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (1)
✨ Finishing Touches🧪 Generate unit tests (beta)
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. Comment |
There was a problem hiding this comment.
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
What
In the verify-socials onboarding step,
SocialRowrendered platform +@handle · N followersbut no profile image, even though theavatarfield 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 shadcnAvatar(circular,radius-fullper DESIGN.md) before the platform/handle text.AvatarImagefromsocial.avatarwhen present.AvatarFallbackto the handle/platform initial whenavataris null — achromatic chrome, no color introduced.Render-side only; mirrors the sibling
RosterArtistRowavatar pattern.Verification
pnpm exec tsc --noEmit— clean forSocialRow.tsx.pnpm exec eslint components/Onboarding/SocialRow.tsx— clean.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
Avatarincomponents/Onboarding/SocialRow.tsx, usingsocial.avatarwhen available and a single-letter fallback when missing.Written for commit c1e734c. Summary will update on new commits.