rogchap / wombat

Cross platform gRPC client
MIT License
1.39k stars 52 forks source link

Feature Request: Tabs for Multiple Requests #46

Open wdfinch opened 3 years ago

wdfinch commented 3 years ago

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.

rogchap commented 3 years ago

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.

wdfinch commented 3 years ago

Thanks for the reply. Sounds good and glad to hear this is on the todo list.