Skip to content

fix: Sidebar: Combination of "TIP {{" + descriptions doesn't look good#3883

Closed
cursor[bot] wants to merge 1 commit intomainfrom
cursor/agent-1420da17
Closed

fix: Sidebar: Combination of "TIP {{" + descriptions doesn't look good#3883
cursor[bot] wants to merge 1 commit intomainfrom
cursor/agent-1420da17

Conversation

@cursor
Copy link
Copy Markdown
Contributor

@cursor cursor Bot commented Apr 1, 2026

Summary

Fixes #2529

When a configuration field has both a quickTip (e.g. "Tip: type {{ to start an expression.") and a description, the absolutely-positioned tip text from AutoCompleteInput overlaps with the description text rendered below the input by ConfigurationFieldRenderer, creating a cluttered and hard-to-read layout in the sidebar.

Changes

Conditionally omit the quickTip prop when the field already has a description in the following field renderers:

  • StringFieldRendererquickTip for {{ expression hint
  • AnyPredicateListFieldRendererquickTip for {{ expression hint
  • IntegrationResourceFieldRendererquickTip for {{ expression hint
  • ExpressionFieldRendererquickTip for $ payload browsing hint

When a field has a description, the description is shown instead. The expression/payload hints remain discoverable through the autocomplete dropdown's built-in fallback tip (which renders when the user starts typing {{ or $). When a field has no description, the quickTip is still shown as before.

Open in Web Open in Cursor 

When a field has both a quickTip (e.g. 'Tip: type {{ to start an expression.')
and a description, the absolutely-positioned tip text overlaps with the
description text rendered below the input, creating a cluttered appearance
in the sidebar.

Conditionally omit the quickTip prop when the field already has a description.
The expression hint is still discoverable through the autocomplete dropdown's
built-in fallback tip.

Fixes #2529
@superplanehq-integration
Copy link
Copy Markdown

👋 Commands for maintainers:

  • /sp start - Start an ephemeral machine (takes ~30s)
  • /sp stop - Stop a running machine (auto-executed on pr close)

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

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Sidebar: Combination of "TIP {{" + descriptions doesn't look good

2 participants