Component details overlay#166
Conversation
|
@codex review |
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 3cf7083ef8
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| readOnly={readOnly} | ||
| /> | ||
| </div> | ||
| {!readOnly && ( |
There was a problem hiding this comment.
Collapse read-only fitter to one column
When readOnly is true this change stops rendering the palette, but the parent grid still uses xl:grid-cols-[minmax(0,1fr)_24rem], so at extra-large breakpoints the right 24rem track becomes empty and the hull/details area is unnecessarily compressed. This regresses the design-inspection view (DragAndDropFitter in read-only mode) by wasting horizontal space; conditionally switching to a single-column grid (or keeping a right-column placeholder) would avoid the layout gap.
Useful? React with 👍 / 👎.
No description provided.