-
Notifications
You must be signed in to change notification settings - Fork 31
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Mount layout panels inside the main react tree (#1229)
This will be useful for any providers/contexts we want to use without needing to wrap each panel in the provider and synchronize them (works w/ redux, becomes painful with react providers like the spectrum provider) ### Tested interactions - Opening panels (tables and charts) by creating the object in a query - Creating a different panel w/ the same name as an existing panel so the panel contents get replaced - Reloading the page and checking layout persisted - Rearranging panels - Resizing panels - Opening notebook in preview mode/regular mode - Promoting notebooks from file explorer and by double clicking the preview tab header - Maximize/minimize stacks (groups of panels) - Running code from notebooks - Opening panels from global panels menu - Opening panels from console panels menu - Opening/focusing panel from pill button in console after creating - Double clicking on the pill button in the console after creating a table/chart - Linker
- Loading branch information
1 parent
600ecd5
commit f8f8d61
Showing
5 changed files
with
99 additions
and
24 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters