-
Notifications
You must be signed in to change notification settings - Fork 0
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
Request history not visible #10
Comments
Hello @CC007, and thanks for the incredibly detailed issue report! That definitely looks like a bug, I'll check it out |
The problem appears to be further upstream (i.e. not limited to this plugin, but it looks to me like it affects any plugin that programmatically makes requests, without the user clicking the Send button). I've opened an issue on Insomnia. You may want to keep an eye on it: Kong/insomnia#6512 |
Yea, I also took a look at it and the |
Would it be possible to manually trigger a page redraw after a batch request, as a workaround for now? |
I don't see a clean way of doing it, sadly. Plugins don't really have control over the page render, and since they operate outside of the React component model they can't force a component rerender by mutating some state. |
Well, let's hope that they fix their plugin API then. |
Steps to reproduce
Expected behavior
The history menu drops down with all responses from the batch
Actual behavior
Nothing happens when using the keyboard shortcut and the history button in the responses panel isn't there to click
Additional context
Therefore I expect that the history items do get added to the list, but the GUI doesn't get refreshed after doing so.
Possible solution
Refresh the request history part of the GUI after running a request batch.
The text was updated successfully, but these errors were encountered: