Sometimes the deepest component is not the one we want to go to.
The current tree view is just too complicated for this use case.
We should have a more simple view - having just a list of parents could be a good solution.
Solution
Replace tree view with parent components list.
In addition to </> icon, we could trigger the same popover with right-click.
Alternate solutions
simplify the tree view, and add right-click anyway.
Agree - LocatorJS is so amazing when it works, but often it'll be impossible for me to find the parent component I really want - instead I can only hover over generic components like "Button" or "TextBox" etc.
Problem
Sometimes the deepest component is not the one we want to go to. The current tree view is just too complicated for this use case. We should have a more simple view - having just a list of parents could be a good solution.
Solution
Replace tree view with parent components list. In addition to
</>
icon, we could trigger the same popover with right-click.Alternate solutions
simplify the tree view, and add right-click anyway.