triplex icon indicating copy to clipboard operation
triplex copied to clipboard

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

Open tryptefan opened this issue 2 years ago • 2 comments

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

tryptefan avatar Jun 19 '23 21:06 tryptefan

@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?

itsdouges avatar Dec 04 '23 10:12 itsdouges

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.

tryptefan avatar Dec 13 '23 05:12 tryptefan