-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Panels now lazy load the first time they are shown. Can be tested using: ```python from deephaven import time_table simple_ticking = time_table("PT2S") simple_ticking2 = time_table("PT2S") simple_ticking3 = time_table("PT2S") ``` - `simple_ticking` tab should load as usual - Clicking `simple_ticking` or `simple_ticking2` will show spinner the first time. Switching to another tab and back again should show what is already loaded without spinner - Closing tabs and re-opening from `PANELS` should re-open tabs resolves #52
- Loading branch information
Showing
1 changed file
with
30 additions
and
30 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