LevisNgigi opened a new pull request, #35984: URL: https://github.com/apache/superset/pull/35984
Fix tabs overflow in dashboards ### SUMMARY Previously, when a dashboard contained many tabs and the left filter bar was expanded, the header bar overflowed horizontally, hiding tabs on the right. Now, an ellipsis (“…”) button appears when there are more tabs than can fit in the viewport. Clicking it reveals the hidden tabs, and selecting one brings it into view while replacing another tab in the visible area. ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF BEFORE: https://github.com/user-attachments/assets/78c393fc-1b7f-48f7-a848-56cd64f13c89 AFTER: https://github.com/user-attachments/assets/95781460-4da4-4f2a-badc-1af7e8daada8 ### TESTING INSTRUCTIONS 1)Open a dashboard with many tabs. 2)Expand the left-hand filter bar. 3)Observe that the header content/tab tittles for non visible tabs are now displayed under the ellipsis button. ### 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]
