ui: render the waving mascot at 44px (follow-up to #2654) - #2655
Conversation
The shared icon container is size-8, and the Tailwind preflight img max-width clamps any larger logo back to 32px - so the size bump rides the existing iconContainerClassName prop (tailwind-merge lets size-11 override size-8). The asset already animates: it is the animated webp, which Next serves untouched (ANIM chunk verified through /_next/image).
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Review limit reachedYou’ve reached a temporary PR review limit under our Fair Usage Limits Policy. Next review available in: 28 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 Run ID: 📒 Files selected for processing (2)
📝 WalkthroughWalkthroughThe user-interview CTA logo increases from 30px to 44px in the development preview and home carousel. Both locations use a ChangesUser-interview CTA
Estimated code review effort: 1 (Trivial) | ~2 minutes Possibly related PRs
Suggested labels: Suggested reviewers: 🚥 Pre-merge checks | ✅ 5✅ Passed checks (5 passed)
✨ Finishing Touches📝 Generate docstrings
🧪 Generate unit tests (beta)
Comment |
|
@coderabbitai review |
✅ Action performedReview finished.
|
Code-analysis diffPainscore total: 7141.68 → 7141.97 (+0.29) 🆕 New findings (7)
✅ Resolved (7)
|
🧪 UI test report — ✅ all greenSuites
📊 Coverage (unit)
⏱ 10 slowest test cases
|
|
@coderabbitai full review |
|
Summary
Follow-up to #2654 (merged at the "team"-copy commit while this was in flight): render the user-interview card's waving mascot at 44px instead of the clamped 32px.
The shared icon container is
size-8and the Tailwind preflightimg { max-width: 100% }clamps any larger logo back to 32px — so the bump rides the existingiconContainerClassNameprop (tailwind-mergeletssize-11overridesize-8). No shared-component changes. The asset already animates (animated webp;ANIMchunk verified through/_next/image, native build isunoptimized).Task
TASK-21189 — user interviews PR (follow-up)
Risks
None — 2 files, campaign card + its dev preview only. Same back-merge-to-dev debt as #2654 (one back-merge after this lands covers both).
Screenshots
Current captures on the shared assets branch already show the 44px mascot:
Assets branch
pr-assets-2654— delete after this merges.QA
Local gate green on the commit (prettier · tsc · 2886 jest · CI 8/8 green on the branch push).
/dev/home-ctasshows the 44px variant.Summary by CodeRabbit