fury-gl / fury

FURY - Free Unified Rendering in pYthon.
https://fury.gl
Other
227 stars 165 forks source link

TabUI collapsing/expanding improvements #776

Closed guaje closed 1 year ago

guaje commented 1 year ago

Is your feature request related to a problem? Please describe.

As shown in the following image, the TabUI starts in collapsed mode.

tabui_issue_1

Describe the solution you'd like

alok1929 commented 1 year ago

Hey, I would love to work on this, could you guide me through it?

Thanks in advance.

guaje commented 1 year ago

Sure, create a PR in which you add a param to initialize the TabUI in expanded mode (init_expanded=True), implement the corresponding behavior, and of course, implement the opposite behavior. Then go to the related test file and add a test case that test your new functionality.

guaje commented 1 year ago

Solved in #778. Closing.