Closed
Description
What problem do you want to solve?
Currently there are two levels of accordion for values inside the tree. We might want to reduce it to one level. I don't see a necessity for having two levels of accordion. We can possibly remove the accordion inside and replace it with the +
and -
similar to astexplorer. This way it would be easier for us to enable the auto opening of accordions on right pane based on active line in left panel (ref). Raised this issue to understand if we are benefiting anything over having two levels of accordions.

What do you think is the correct solution?
- find why we have two accordions
- replace two levels of accordion with just one level
Participation
- I am willing to submit a pull request for this change.
Additional comments
No response
Activity
nzakas commentedon Oct 21, 2024
I'm guessing this is because we still wanted to have the heading on each object. Can you share an image of how you'd imagine changing this?
harish-sethuraman commentedon Oct 21, 2024
This is how it looks without the accordion. The type information is already present on the expandable header on top.
nzakas commentedon Oct 23, 2024
To me that looks kind of broken. Could we remove the accordion but keep the same visual treatment we currently have? (With a header that doesn't expand/collapse?)
harish-sethuraman commentedon Oct 23, 2024
Sure that is possible. I'll make it default open and remove the accordion interaction from there.