Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Demos: Drawer drilldown scene #1045

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open

Demos: Drawer drilldown scene #1045

wants to merge 1 commit into from

Conversation

torkelo
Copy link
Member

@torkelo torkelo commented Feb 4, 2025

Think this is a good pattern & demo to include

Challanges

  • State for what drilldown is open
    • I used query param and URL sync
  • Should the drawer scene be totally isolated or connected?
    • In this example it's disconnected, so it won't inherit any variables
  • Should the drawer scene use URL sync
    • I wanted to test enable this to see what happens, it works great but this means there are dual URL synced scenes at the same time
    • This means when I change the time range in the drawer the outer scene also get's updated time range (and panels refresh)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant