-
-
Notifications
You must be signed in to change notification settings - Fork 1.2k
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
Feature/add search panel in state tab #1424
base: main
Are you sure you want to change the base?
Feature/add search panel in state tab #1424
Conversation
|
02f1462
to
519d33a
Compare
519d33a
to
88ad68d
Compare
@Methuselah96 any chance this can get merged? I can also adjust things, if necessary. |
I also really need the search function, are there any plans to merge it? |
This is impressive and really well implemented. |
Would love to see this merged! Amazing work @nzsofia! @Methuselah96 pretty please 😉 |
Yo would love this merged in this is great work @nzsofia !!! |
+1 Good stuff @nzsofia |
I will rebase the branch to main, maybe that will help getting it merged. It would be really great to have this functionality in the official tool🙂 |
88ad68d
to
606daf7
Compare
Are there any news about it? I would love to have this functionality |
interesting feature. any news on this? |
This pull request adds a Search panel to the State Tab, which allows searching in the state tree by key, value or both. Users can jump between multiple search results and the tool will automatically scroll into view of the current result. Search is performed on an independent thread and does not block interactions with the browser or the Redux DevTools. The Search panel is hidden by default (and does not change any current Redux DevTools behavior). It can be activated in the Settings (State Tree submenu).
Solves #989