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

[Suggestion] Highlight recent action in inspector when using slider #234

Closed
damaon opened this issue Oct 21, 2016 · 2 comments
Closed

[Suggestion] Highlight recent action in inspector when using slider #234

damaon opened this issue Oct 21, 2016 · 2 comments

Comments

@damaon
Copy link

damaon commented Oct 21, 2016

The only useful feature I could use from this redux-devtools is timeline(slider), which could allow me to debug flow of application, but it's not even highlighting which action I'm on when I move slider - which makes this slider feature unsuitable for debugging purposes. I suggest that actions we are currently on in slider is higlighted in inspector.

Another useful feature for debuging would be adding "jump to state" in inspector. Now only possibility is to skip 20 actions to get to state you want to be in - not practical at all.

Those are my suggestions which would make this tool really useful and shouldn't be too hard to implement. Maybe I will make a PR with it but if I don't please consider adding it anyway :)

@zalmoxisus
Copy link
Owner

zalmoxisus commented Oct 21, 2016

Highlighting currently is only implemented for Log Monitor. If you want to submit a PR to Inspector Monitor, you can consider mine as an example of implementation.

A "jump to state" button in the inspector would be nice to have. Also there's a pr for shift toggle, not to skip actions one by one.

@zalmoxisus
Copy link
Owner

Implemented in v2.12.0.

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

No branches or pull requests

2 participants