This repository was archived by the owner on Jun 26, 2020. It is now read-only.
This repository was archived by the owner on Jun 26, 2020. It is now read-only.
Provide a way to filter types of components from the Elements tree view #1076
Closed
Description
Based on some user recent feedback I gathered via Twitter, one common request is some sort of method of filtering elements from the tree to make it less noisy.
Some people have mentioned using a string/regex to filter, and that could work for hiding e.g. HOCs– but I'm picturing a panel that shows all of the types of elements (e.g. host nodes, fragments, context consumer/provider, etc) with checkboxes next to them to indicate whether they should be visible or not.
These settings should be persisted between page reloads through the use of a mechanism like utils/storage
added in PR #1069.