fix(frontend): align layout elements and refine breadcrumbs based on page feedback#600
fix(frontend): align layout elements and refine breadcrumbs based on page feedback#600dembrane-sam-bot wants to merge 1 commit into
Conversation
…page feedback - align PageContainer left (using mr-auto) instead of centering (mx-auto) - left-align project sharing QR code Paper card and contents - use primary brand styling for the 'Start a chat' button by removing color='blue' and variant='filled' - refine breadcrumbs to avoid duplicate 'Home'/'Overview' crumbs on workspace/project home pages
|
Warning Review limit reached
More reviews will be available in 33 minutes and 59 seconds. Learn how PR review limits work. Your organization has run out of usage credits. Purchase more in the billing tab. ⌛ How to resolve this issue?After more reviews become available, 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 include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available. Please see our Fair Usage Limits Policy for further information. ℹ️ Review info⚙️ Run configurationConfiguration used: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (4)
✨ 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 |
|
Thank you for contributing to Dembrane ECHO! Before we consider your Pull Request, we ask that you sign our Contributor License Agreement (CLA). This is only required for your first Pull Request. Please review the CLA, and sign it by adding your GitHub username to the contributors.yml file. Thanks! |
What this changes
mx-auto) to left-aligned (mr-auto), ensuring all project pages align with the sidebar navigation edge —PageContainer.tsxProjectQRCode.tsxProjectHomeRoute.tsxAppBreadcrumbs.tsxConfidence
Confidence: high. Direct, focused layout and style fixes targeting the specific issues reported in page feedback, aligning perfectly with frontend brand guidelines.