Skip to content

Step 2 - Extract sidebar_nav component from collapsible_panel

What does this MR do?

In preparation for decoupling resizable_panel from collapsible_sidebar, this MR:

  • Moves the rendering of the sidebar tab buttons into it's own component.
  • Removes the getter isActiveView... Getters which return functions can be confusing, and this one doesn't necessarily do a whole lot.

Screenshots

References

Related to #204821 (closed)

Edited by Paul Slaughter

Merge request reports