betodealmeida opened a new pull request, #34431: URL: https://github.com/apache/superset/pull/34431
<!--- Please write the PR title following the conventions at https://www.conventionalcommits.org/en/v1.0.0/ Example: fix(dashboard): load charts correctly --> ### SUMMARY <!--- Describe the change below, including rationale and design decisions --> I found two bugs in our dropdowns: 1. The time grain dropdown is sorted alphabetically, meaning "hour" comes before "second". 2. The DB selector dropdown no longer has "Other" at the end, and is not showing the last option (it's cutoff). ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF <!--- Skip this if not applicable --> Before: <img width="396" height="417" alt="Screenshot 2025-07-31 at 11 31 54 AM" src="https://github.com/user-attachments/assets/de24dbf5-e1e8-4a15-80af-523bd6865539" /> <img width="610" height="271" alt="Screenshot 2025-07-31 at 11 32 37 AM" src="https://github.com/user-attachments/assets/2dce8998-56e7-4060-832a-a84b056908a0" /> In the screenshot above note how it's stops in "Presto", after I've scrolled all the way to the bottom. It's missing "Shillelagh", "SQLite", and "Trino". After: <img width="392" height="412" alt="Screenshot 2025-07-31 at 11 31 01 AM" src="https://github.com/user-attachments/assets/41116bf8-6809-483b-9328-d9dc5ebe6ed8" /> <img width="612" height="272" alt="Screenshot 2025-07-31 at 11 30 36 AM" src="https://github.com/user-attachments/assets/b7ffebf3-8ad3-401a-9720-d2f4c55a40b3" /> ### TESTING INSTRUCTIONS <!--- Required! What steps can be taken to manually verify the changes? --> ### ADDITIONAL INFORMATION <!--- Check any relevant boxes with "x" --> <!--- HINT: Include "Fixes #nnn" if you are fixing an existing issue --> - [ ] Has associated issue: - [ ] Required feature flags: - [ ] 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]
