-
-
Notifications
You must be signed in to change notification settings - Fork 4.5k
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
Please add a label for each request. It will be helpful. #133
Comments
History section has entries with Method, Status code, URL, Path, timestamp. Isn't that enough? |
This could be related to #29 |
when i work with GraphQL. It wasn't enough to find a request quickly. thanks <3 |
@liyasthomas I would like to work on this issue. Let me know if no one has claimed to work on this yet. |
@sharath2106 You're welcome. Assigning to you. |
@liyasthomas You should be getting a PR by today or tomorrow. First timer here. |
@sharath2106 |
@sharath2106 just thought I should ping you for PR. |
@liyasthomas Done with setting up data and the text box for the request name. Rendering the same in the history section is not happening even after introducing the fields in history.vue component and index.vue. |
History data is fetched from localStorage. And also binded to it. After sending a request, check If |
This is the local storage - Have tried to print the history entry in the console |
@sharath2106 everything seems okay to me.
Add 👆 this to history.vue
And repost. |
@liyasthomas Have already added those lines and then docker-compose up. |
@sharath2106 could make a PR for all changes till now, I'll look into it.
|
When i post or get a request and then i want to use it again. But i don't know where it is... same issue on postman...
Please add a label for each request. :D
The text was updated successfully, but these errors were encountered: