[US-8.3 / OBT-215] Move dependency management into a dialog - #23
[US-8.3 / OBT-215] Move dependency management into a dialog#23levigtri wants to merge 2 commits into
Conversation
Remove the permanent right-hand dependency column. The phases page now uses a single full-width layout (graph + table), and selecting a phase — from the table row or a graph node — opens a dialog to manage its dependencies. The DependencyPanel drops its standalone card wrapper since it now lives in the modal.
Co-Authored-By: Claude Opus 4.8 (1M context) <[email protected]>
|
Warning Review limit reached
Next review available in: 41 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: QUIET Plan: Pro Plus Run ID: 📒 Files selected for processing (2)
✨ Finishing Touches🧪 Generate unit tests (beta)
Comment |
Summary
US-8.3 / OBT-215 — The dependency management UI no longer occupies a permanent column on the phases page, so the page feels less cluttered and gives more room to the table and graph.
Changes
PhasesPage.tsx: remove the 2-column grid. The page is now a single full-width column (dependency graph + phases table). Selecting a phase — by clicking a table row or a graph node — opens a dialog to manage that phase's dependencies. Closing the dialog clears the selection.phases/DependencyPanel.tsx: drop the standalonecard.paddedwrapper and the redundant per-phase heading, since it now renders inside the dialog.Type of Change
Testing
npm run typecheck— passnpm run lint— 0 errors (pre-existing ProjectsPage warning only)npm run build— pass