justinpark opened a new pull request, #37298:
URL: https://github.com/apache/superset/pull/37298

   ### SUMMARY
   
   Based on the [SIP-111](https://github.com/apache/superset/issues/26395) 
proposal and improvements to the previous #31591 PR, this commit introduces a 
new SQLLab sidebar treeview UI.
   The differences from the previous PR are as follows:
   
   1. Performance Upgrade with react-arborist
   For large schema/table lists, severe scrolling jank occurred due to Ant 
Design's TreeView performance issues. To resolve this, the treeview has been 
newly implemented using the open-source library react-arborist.
   
   2. Segmented UI for Table Selector
   By utilizing a segmented UI, users can now switch to the table selector 
using the traditional select dropdown method.
   
   3. Modal-Based Selector for Database/catalog/schema selector
   With the new design, the dropdown options for the database/catalog/schema 
selector at the top of the editor were being cut off due to the overflow:hidden 
property of the editor's top panel. This has now been reworked to open as a 
modal, allowing users to make selections without any cutoff.
   
   ### BEFORE/AFTER SCREENSHOTS OR ANIMATED GIF
   
   
   
https://github.com/user-attachments/assets/689ab102-71a0-4f71-a81c-29b80a93fbd8
   
   
   ### TESTING INSTRUCTIONS
   
   specs and locally tested
   
   ### 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:
   - [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]

Reply via email to