feat(dashboard): redesign projects listing and project detail to design-system v2 (D3)#253
Conversation
Migrate the Projects listing and project-detail pages to the v2 design system: adopt the shared PageHeader, use canonical spacing utilities (page-padding, space-y-section, gap-component, card-padding, etc.) instead of ad-hoc padding/gaps, remove redundant heading weight overrides now handled by the base layer, and convert hand-rolled inputs/tables to the Input and Table primitives for consistency (_project-name-input, _delete-confirmation, _api-keys-table). Also removes the one remaining box-shadow (_column-picker) per the no-shadow design rule and deletes the now-dead _dashboard-header after switching to the shared PageHeader. No functional changes — create project, key management, tabs, and empty states all preserved. Co-Authored-By: Duyet Le <me@duyet.net> Co-Authored-By: duyetbot <bot@duyet.net>
|
Warning You have reached your daily quota limit. Please wait up to 24 hours and I will start processing your requests again! |
|
Warning Review limit reached
Next review available in: 8 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: Organization UI Review profile: ASSERTIVE Plan: Pro Run ID: 📒 Files selected for processing (27)
✨ 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 |
Part of the bold dashboard redesign (Wave B / unit D3). Redesigns the projects listing and project-detail pages on AgentState design-system v2 per
packages/dashboard/DESIGN.md: sharedPageHeader(dead_dashboard-header.tsxremoved),Input/Tableprimitives replacing hand-rolled markup, semantic spacing across ~25 files, removed redundant heading overrides and the lastshadow-md. No behavior/prop changes. Originally targeted the (now-deleted)redesign/v2; retargeted to main.Co-Authored-By: Duyet Le me@duyet.net
Co-Authored-By: duyetbot bot@duyet.net