Skip to content

[comp] Production Deploy#2293

Merged
Marfuen merged 2 commits intoreleasefrom
main
Mar 12, 2026
Merged

[comp] Production Deploy#2293
Marfuen merged 2 commits intoreleasefrom
main

Conversation

@github-actions
Copy link
Contributor

This is an automated pull request to release the candidate branch into production, which will trigger a deployment.
It was created by the [Production PR] action.

…2292)

Long setup instructions (curl commands) and help text were escaping the
dialog bounds. Add word-breaking, overflow control, and scrollable body.
@vercel
Copy link

vercel bot commented Mar 12, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

2 Skipped Deployments
Project Deployment Actions Updated (UTC)
app (staging) Skipped Skipped Mar 12, 2026 8:05pm
portal (staging) Skipped Skipped Mar 12, 2026 8:05pm

Request Review

@cursor
Copy link

cursor bot commented Mar 12, 2026

PR Summary

Low Risk
UI-only layout tweaks to constrain dialog height and wrap long instruction/help text; minimal behavioral risk aside from potential styling regressions.

Overview
Improves ConnectIntegrationDialog layout handling for long content by preventing horizontal overflow and wrapping long words in setup instructions and field help text.

The dialog body is now scrollable with a max height (max-h-[60vh] overflow-y-auto) and the dialog container uses overflow-hidden to keep content contained.

Written by Cursor Bugbot for commit d44cbc1. This will update automatically on new commits. Configure here.

@vercel vercel bot temporarily deployed to staging – app March 12, 2026 20:05 Inactive
@vercel vercel bot temporarily deployed to staging – portal March 12, 2026 20:05 Inactive
@Marfuen Marfuen merged commit 6d1ffd8 into release Mar 12, 2026
10 checks passed
@claudfuen
Copy link
Contributor

🎉 This PR is included in version 3.2.1 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

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

Cursor Bugbot has reviewed your changes and found 1 potential issue.

Fix All in Cursor

Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.

/>
{field.helpText && (
<p className="text-xs text-muted-foreground">{field.helpText}</p>
<p className="text-xs text-muted-foreground break-words">{field.helpText}</p>
Copy link

Choose a reason for hiding this comment

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

Inconsistent break-words fix across form renderers

Low Severity

The break-words class was added to field.helpText in renderAuthForm to prevent long text from overflowing, but the identical help text rendering in renderConfigureForm (line 721) was not updated. Both render the same field.helpText content for the same fields, so long help text will still overflow horizontally in the configure view while being correctly wrapped in the auth form view.

Additional Locations (1)
Fix in Cursor Fix in Web

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

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants