Skip to content

Conversation

rebenitez1802
Copy link
Contributor

SUMMARY

Fixes version number display issue in the right menu's About section. The version information (version string, SHA, and build number) was not displaying properly due to Ant Design menu item height constraints and styling conflicts.

BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF

Captura de pantalla 2025-09-10 a la(s) 4 21 48 p m

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

Copy link

korbit-ai bot commented Sep 10, 2025

Based on your review schedule, I'll hold off on reviewing this PR until it's marked as ready for review. If you'd like me to take a look now, comment /korbit-review.

Your admin can change your review schedule in the Korbit Console

@rebenitez1802 rebenitez1802 marked this pull request as ready for review September 10, 2025 19:26
@dosubot dosubot bot added the change:frontend Requires changing the frontend label Sep 10, 2025
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.

Review by Korbit AI

Korbit automatically attempts to detect when you fix issues in new commits.
Category Issue Status
Functionality Inconsistent Text Color Theme Fallback ▹ view 🧠 Not in scope
Files scanned
File Path Reviewed
superset-frontend/src/features/home/RightMenu.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

<div
css={(theme: SupersetTheme) => css`
font-size: ${theme.fontSizeSM}px;
color: ${theme.colorTextSecondary || theme.colorText};

This comment was marked as resolved.

@rebenitez1802 rebenitez1802 changed the title fix(Settings Menu):Version fix(settingsMenu): Version Sep 10, 2025
@eschutho eschutho merged commit 5a2411f into apache:master Sep 10, 2025
61 of 62 checks passed
@sadpandajoe sadpandajoe added the v6.0 Label added by the release manager to track PRs to be included in the 6.0 branch label Sep 11, 2025
sadpandajoe pushed a commit that referenced this pull request Sep 12, 2025
(cherry picked from commit 5a2411f)
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/M v6.0 Label added by the release manager to track PRs to be included in the 6.0 branch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants