[FE Fix]: Align archived evaluators page layout with active page#4500
[FE Fix]: Align archived evaluators page layout with active page#4500ardaerzin wants to merge 1 commit into
Conversation
Render archived evaluators through the same single PageLayout as the active Evaluators page, with a Back arrow + title in the standard h-11 header row. Drops the ArchivedEntityLayout wrapper, which double-framed the page (extra p-4 + tall stacked Back/title/subtitle header) and pushed the table ~60-70px lower, causing a visible vertical shift when toggling between Evaluators and Archived.
|
No actionable comments were generated in the recent review. 🎉 ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
📝 WalkthroughSummary by CodeRabbit
WalkthroughArchivedEvaluatorsPage is refactored to remove its dependency on ArchivedEntityLayout by directly rendering EvaluatorsRegistry. The main Evaluators component now handles archived-mode UI concerns, including a back navigation button and simplified layout styling. ChangesEvaluators archived page refactoring
Estimated code review effort🎯 2 (Simple) | ⏱️ ~8 minutes Possibly related issues
🚥 Pre-merge checks | ✅ 4 | ❌ 1❌ Failed checks (1 warning)
✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches📝 Generate docstrings
🧪 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 |
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
Railway Preview Environment
|
Summary
prevents the layout shift when visiting archived evaluators
Testing
QA follow-up
navigate between evaluators and archived evaluators pages
Checklist
Contributor Resources