fix: standardize admin page layout consistency#14
Conversation
- Remove PageHeader default pb-4/pb-6 padding so parent space-y-6 owns vertical rhythm - Add canonical animate-in wrapper to dashboard, social pages missing it - Fix space-y-4 → space-y-6 on appearance, connections, forms pages - Add space-y-6 to builder page root wrapper - Remove max-w-2xl inner wrapper from account page (was rendering at ~672px vs 1152px) - Standardize right-hand preview sidebar to 360px on dashboard and wallet pages - Fix dashboard grid greeting div pb-2/pb-4 stacking with space-y-6 Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
|
Warning Rate limit exceeded
Your organization is not enrolled in usage-based pricing. Contact your admin to enable usage-based pricing to continue reviews beyond the rate limit, or try again in 56 minutes and 24 seconds. ⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (9)
✨ 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 |
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
Summary
PageHeaderdefault bottom padding (pb-4 md:pb-6) so parentspace-y-6owns all vertical rhythm — eliminates ~40–48px header gap vs 0px on dashboardanimate-in fade-in-0 slide-in-from-bottom-2 duration-300 ease-out space-y-6— fixes entrance animation pop andspace-y-4drift on appearance/connections/formsmax-w-2xlinner wrapper from account page — was rendering at ~672px while all other pages render at ~1152px (the single biggest width jump)320px→360px) and wallet (auto→360px) so left content column is identical width across all pagesFiles changed
apps/web/src/components/admin/page-header.tsx— remove defaultpb-*apps/web/src/app/admin/page.tsx— canonical wrapper, remove greetingpb-*, fix grid 320→360pxapps/web/src/app/admin/account/page.tsx— remove innermax-w-2xlapps/web/src/app/admin/appearance/page.tsx—space-y-4→space-y-6(loaded + loading skeleton)apps/web/src/app/admin/builder/page.tsx— add missingspace-y-6apps/web/src/app/admin/connections/page.tsx—space-y-4→space-y-6apps/web/src/app/admin/forms/page.tsx—space-y-4→space-y-6apps/web/src/app/admin/social/page.tsx— add missinganimate-inclassesapps/web/src/app/admin/wallet/page.tsx—auto→360pxpreview columnTest plan
max-w-6xlwidth, not narrowmax-w-2xl🤖 Generated with Claude Code