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

Add accordians for all elements with children (group/fragment/mesh/etc) #88

Open
tryptefan opened this issue Jun 19, 2023 · 2 comments
Open
Labels
New feature New feature or request

Comments

@tryptefan
Copy link

Add support for expanding and collapsing groups or maybe anything with children (ie: meshes)

@itsdouges itsdouges added the New feature New feature or request label Jun 20, 2023
@itsdouges itsdouges added this to the Ready for beta milestone Jun 20, 2023
@itsdouges
Copy link
Collaborator

@tryptefan currently there exists accordians for elements that have components inside them, but not for components that have them as direct children, e.g:

<Box> // will have an accordian for the elements inside it (mesh)
  <meshStandardMaterial /> // will not be inside an accordion
</Box>

Any thoughts around the UI/UX that would need to change to enable both to have accordions?

@tryptefan
Copy link
Author

I love the accordions on parent components. I was expecting to see the exact same UX on the children who themselves have children: > Mesh
Same for a group...I expected an arrow next to my group.

@itsdouges itsdouges changed the title Expand/Collapse for left panel Add accordians for all elements with children (group/fragment/mesh/etc) Dec 11, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
New feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants