ompharate opened a new pull request, #36330: URL: https://github.com/apache/superset/pull/36330
fixes #36324 I noticed that the three-dot (kebab) menu behaved a bit differently depending on where it appeared. Welcome page cards and Dashboard page cards were using different color tokens and different interaction patterns (hover vs click) for what is effectively the same control. This PR cleans that up by introducing a small shared KebabMenuButton component and using it consistently in DashboardCard, ChartCard, and SliceHeaderControls. The result is a uniform look and click based interaction across all card menus https://github.com/user-attachments/assets/a74ea904-9ec5-471b-b370-cf94fc886b74 ### TEST FIX open Superset and check the three-dot menu on both Welcome page cards and Dashboard page cards (including chart cards). Confirm that the menu icon uses the same color in all contexts and that the menu opens on click (not on hover). ### ADDITIONAL INFORMATION - [ ] Required feature flags: - [x] Changes UI - [ ] Includes DB Migration (follow approval process in [SIP-59](https://github.com/apache/superset/issues/13351)) - [ ] 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 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected] --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
