neos-ui icon indicating copy to clipboard operation
neos-ui copied to clipboard

Usability? How to refocus current node in tree after "Collapse All"

Open mhsdesign opened this issue 1 year ago • 5 comments

https://github.com/neos/neos-ui/pull/3756 introduced a new collapse button in the document tree:

image

but after collapsing its unclear how to find the current node again in the tree.

image

For that to achieve i have to reload the tree but i think we are missing a more dedicated feature for that.

image image

PHPStorm for example faces a similar problem and thus offers a target button to highlight the current file again:

image

I think we should consider such option as well

mhsdesign avatar Jun 16 '24 08:06 mhsdesign