-
-
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
Search for entities #989
Comments
I think the best way to implement it is to add search functionality to redux-devtools-inspector-monitor right-side content. I do not think that it makes sense in this case to use a monitor like we did for |
I think I can help in this. I had implemented a search for my personal needs using jsonpath-plus and regex(broken). Here's a sample run on https://drfhc8.csb.app/ If it's acceptable, I'll think on working on it. It is functional but needs work in
|
I plan to also implement a search feature. It will maybe happen during a hackathon. Is there a chance that this feature will be accpeted as a PR? |
Feel free to submit a PR. I don't have much time to work on redux-devtools, so if the PR is small and it's easy to tell it's implemented correctly, then it's more likely to get accepted and merged in. |
We are using the devtools in our project and they are really helpfull. But one thing is missing from my point of view: The possibility to search for an entity. We have e.g. one EntityState with roundabout 600 entities. It would be very helpfull if I could just enter the ID of a specific one to find it faster.
The text was updated successfully, but these errors were encountered: