Feature Request: Tabs for Multiple Requests
wdfinch opened this issue · 2 comments
First off really great job on this project. I've had a fantastic experience using wombat. I wanted to make a feature request regarding adding tabs to the application (a very common feature in many http/grpc clients) to keep track of multiple requests. It would be awesome if the user could make a request in a workspace and then be able to make another request in a separate tab so it is easy to navigate between the requests/responses.
The use case being requests are frequently related, so for example a request is made to get posts
, and then a post id can easily be copied into a separate get post
request without having to manually keep track of the post ids returned from the first request.
Thanks for the feedback @wdfinch
This is something that I considered very early in the design; not so much tabs, but more the idea of creating a "tree list" of requests that you can group/name/search etc.
This is on the "TODO" list. Will let you know when I have any movement in this area.
Thanks for the reply. Sounds good and glad to hear this is on the todo list.