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

Only show component selection if there is more than one component configured #694

Merged

Conversation

hvangeffen
Copy link
Collaborator

Closes #690

Does not fix durban since it still has 2 components:

  "components" : [ {
    "id" : "topologyDisplay",
    "type" : "TopologyDisplay",
    "title" : "Overview",
    "showLeafNodesAsButtons" : false,
    "defaultPath" : {
      "nodeId" : "viewer_saws_1x1"
    }
  }, {
    "id" : "htmlDisplay",
    "type" : "HtmlDisplay",
    "title" : "Terms of use",
    "path" : "terms-of-use",
    "url" : "terms-of-use.html"
  } ]

@hvangeffen hvangeffen linked an issue Feb 8, 2024 that may be closed by this pull request
@hvangeffen hvangeffen self-assigned this Feb 8, 2024
@wkramer
Copy link
Collaborator

wkramer commented Feb 14, 2024

I'll check if we have implemented the option to exclude a component from the navigation menu.

@wkramer wkramer merged commit 4293e38 into main Feb 29, 2024
7 checks passed
@wkramer wkramer deleted the 690-dont-display-components-in-the-sidebar-if-there-is-only-one branch February 29, 2024 12:46
@bogaardt bogaardt changed the title Only show component selection if there are more than 1 component Only show component selection if there is more than one component configured Jun 24, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Don't display components in the sidebar if there is only one
3 participants