Skip to content

Automation side panel: 480px default width + resizable#18460

Open
melohagan wants to merge 8 commits intomasterfrom
chore/automation-side-panel
Open

Automation side panel: 480px default width + resizable#18460
melohagan wants to merge 8 commits intomasterfrom
chore/automation-side-panel

Conversation

@melohagan
Copy link
Copy Markdown
Collaborator

@melohagan melohagan commented Apr 2, 2026

Description

Increase the automation side panel default width from 400px to 480px and add horizontal resizing.

Implemented a reusable ResizablePanel wrapper so this behavior can be reused across right/left side panels.

Addresses

Screenshots

side.panel.mov

Launchcontrol

Automation side panels in the builder are now wider by default and can be resized by dragging the divider.

@github-actions github-actions bot added the size/m label Apr 2, 2026
@melohagan
Copy link
Copy Markdown
Collaborator Author

@cubic-dev-ai review

@cubic-dev-ai
Copy link
Copy Markdown
Contributor

cubic-dev-ai bot commented Apr 2, 2026

@cubic-dev-ai review

@melohagan I have started the AI code review. It will take a few minutes to complete.

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No issues found across 5 files

Confidence score: 5/5

  • Automated review surfaced no issues in the provided summaries.
  • No files require special attention.

@melohagan melohagan marked this pull request as ready for review April 2, 2026 14:47
Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

💡 Codex Review

Here are some automated review suggestions for this pull request.

Reviewed commit: baa2b85d71

ℹ️ 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".

Copy link
Copy Markdown
Contributor

@cubic-dev-ai cubic-dev-ai bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

1 issue found across 5 files

Confidence score: 3/5

  • There is a concrete regression risk in packages/builder/src/components/common/resizable.ts: double-click reset can now set size to 0px when initialValue is missing, which may collapse panels unexpectedly for users.
  • I’m scoring this as moderate risk because the issue is user-facing behavior (severity 6/10, high confidence 9/10), even though it appears localized to resize/reset logic.
  • Pay close attention to packages/builder/src/components/common/resizable.ts - reset behavior should restore default CSS sizing rather than forcing collapsed dimensions.
Prompt for AI agents (unresolved issues)

Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name="packages/builder/src/components/common/resizable.ts">

<violation number="1" location="packages/builder/src/components/common/resizable.ts:126">
P2: Double-click reset now forces `0px` when no `initialValue` is provided, which can collapse panels instead of restoring their default CSS size.</violation>
</file>

Reply with feedback, questions, or to request a fix. Tag @cubic-dev-ai to re-run a review, or fix all with cubic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant