Skip to content

Conversation

@EnxDev
Copy link
Contributor

@EnxDev EnxDev commented Nov 14, 2025

SUMMARY

This PR refactors the collapsible logic used when rendering the extra extension section in the modal. Previously the component always set the collapsible property, using 'icon' when the extension was enabled and 'disabled' when it was not.
The new approach removes the explicit 'icon' case and applies collapsible: 'disabled' only when the extension is not enabled. When the extension is enabled, the default behavior is used by omitting the collapsible field entirely.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

TESTING INSTRUCTIONS

ADDITIONAL INFORMATION

  • Has associated issue:
  • Required feature flags:
  • Changes UI
  • Includes DB Migration (follow approval process in SIP-59)
    • Migration is atomic, supports rollback & is backwards-compatible
    • Confirm DB migration upgrade and downgrade tested
    • Runtime estimates and downtime expectations provided
  • Introduces new feature or API
  • Removes existing feature or API

@bito-code-review
Copy link
Contributor

bito-code-review bot commented Nov 14, 2025

Code Review Agent Run #fb7fcf

Actionable Suggestions - 0
Review Details
  • Files reviewed - 1 · Commit Range: 6b24475..b5011da
    • superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx
  • Files skipped - 0
  • Tools
    • Whispers (Secret Scanner) - ✔︎ Successful
    • Detect-secrets (Secret Scanner) - ✔︎ Successful

Bito Usage Guide

Commands

Type the following command in the pull request comment and save the comment.

  • /review - Manually triggers a full AI review.

  • /pause - Pauses automatic reviews on this pull request.

  • /resume - Resumes automatic reviews.

  • /resolve - Marks all Bito-posted review comments as resolved.

  • /abort - Cancels all in-progress reviews.

Refer to the documentation for additional commands.

Configuration

This repository uses Default Agent You can customize the agent settings here or contact your Bito workspace admin at [email protected].

Documentation & Help

AI Code Review powered by Bito Logo

Copy link

@korbit-ai korbit-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.

I've completed my review and didn't find any issues.

Files scanned
File Path Reviewed
superset-frontend/src/features/databases/DatabaseModal/ExtraOptions.tsx

Explore our documentation to understand the languages and file types we support and the files we ignore.

Check out our docs on how you can make Korbit work best for you and your team.

Loving Korbit!? Share us on LinkedIn Reddit and X

@dosubot dosubot bot added the change:frontend Requires changing the frontend label Nov 14, 2025
Copy link
Member

@msyavuz msyavuz left a comment

Choose a reason for hiding this comment

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

I think we can write some tests for this

@EnxDev EnxDev force-pushed the enxdev/fix/dbt-cloud-panel branch from 35806af to 291424d Compare November 17, 2025 16:23
@pull-request-size pull-request-size bot added size/S and removed size/M labels Nov 17, 2025
@github-actions github-actions bot removed the packages label Nov 17, 2025
Copy link
Contributor

@alexandrusoare alexandrusoare left a comment

Choose a reason for hiding this comment

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

LGTM

@EnxDev EnxDev merged commit 53b9045 into master Nov 18, 2025
69 of 70 checks passed
@EnxDev EnxDev deleted the enxdev/fix/dbt-cloud-panel branch November 18, 2025 14:55
@sadpandajoe sadpandajoe added the v6.0 Label added by the release manager to track PRs to be included in the 6.0 branch label Nov 18, 2025
sadpandajoe pushed a commit that referenced this pull request Nov 18, 2025
@sadpandajoe sadpandajoe removed the v6.0 Label added by the release manager to track PRs to be included in the 6.0 branch label Nov 19, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

change:frontend Requires changing the frontend size/S

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants