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

default template sidebar reload #53

Merged
merged 2 commits into from
Aug 16, 2023
Merged

Commits on Aug 7, 2023

  1. use default template id if not provided

    When no template id is provided through the URL parameters the plugin sidebar (in the workspace) reloads on every plugin selection. To prevent the plugin sidebar from reloading plugins every time the selected plugin changes the loadActiveTemplateFromId method is now given the default template id when no template id is given.
    infacc committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    a8752b1 View commit details
    Browse the repository at this point in the history
  2. remove template URL parameter from info tab

    When navigating to the experiment info tab the template URL parameter persisted. This might be undesirable when the user navigates back and forth between the info and the workspace tab with a default template set. Without persisting template URL parameter the user is always navigated to the default template when switching from the info to the workspace tab.
    infacc committed Aug 7, 2023
    Configuration menu
    Copy the full SHA
    2154e36 View commit details
    Browse the repository at this point in the history