kylebebak / Requester

Powerful, modern HTTP/REST client built on top of the Requests library
https://kylebebak.github.io/Requester/
MIT License
307 stars 10 forks source link

Move to next (or previous) request after deleting request from history #19

Closed kylebebak closed 5 years ago

kylebebak commented 5 years ago

When deleting a request using Requester: Delete Request From History, from within the History Tab, Requester doesn't move to the next (or previous) request in the request history.

Users must currently move forward and then backward, or vice versa, to confirm that the request was successfully deleted.

This issue proposes to fix this so that Requester moves to the next (or previous) request after deleting a request, and thus gives the user immediate visual feedback.

It must handle edge cases properly (e.g., if the request being deleted is the first request or last request in the history file).

kylebebak commented 5 years ago

Closed by 25cd355