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

Option / default to show only the targeted component in the component tree? #2613

Open
NullVoxPopuli opened this issue Jan 10, 2025 · 0 comments

Comments

@NullVoxPopuli
Copy link
Contributor

Is your feature request related to a problem? Please describe.

In large apps, there are often waaaaay too many components in the component inspector.
When you use the point-and-click-to-inspect button, you can find your component, but to find the parent of that component, you have to scroll passed all the subtrees of that component -- and in this case we don't care about the subtrees at all.

We can already "get around this" ergo problem by first "collapsing all trees" and then using the point-and-click-to-inspect button -- however, there is still visual noise, and for large apps, you may still have to scroll a long ways to find the parent, even if all the sibling trees are collapsed.

Describe the solution you'd like

Something like what react inspector has, where you only show parents:

image

Describe alternatives you've considered

n/a

Additional context

n/a

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant