Skip to content
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

UX: Visualize if request body is provided #2757

Closed
1 task done
matrixik opened this issue Aug 5, 2024 · 3 comments · Fixed by #2809
Closed
1 task done

UX: Visualize if request body is provided #2757

matrixik opened this issue Aug 5, 2024 · 3 comments · Fixed by #2809
Labels
enhancement New feature or request

Comments

@matrixik
Copy link

matrixik commented Aug 5, 2024

I have checked the following:

  • I've searched existing issues and found nothing related to my issue.

Describe the feature you want to add

I would like to have some indicator that request body is filled in request.
Now Params and Headers have counter if they are added, but Body have no indication at all that it's filled.
Even simple dot would be nice.

Mockups or Images of the feature

image
image

@matrixik matrixik added the enhancement New feature or request label Aug 5, 2024
@SPIRIT-00
Copy link

Confirm. I think it needed for 'Scripts' tab too, if any symbol inside scripts field is exist. Sometimes you need to check a lot of requests and you don’t want to waste time going into the scripts and body tabs.

In my cases some requests define body inside scripts, some inside body tab.

@N-Ziermann
Copy link
Contributor

N-Ziermann commented Aug 11, 2024

I also like that idea. I've just played around with it a bit and I think this unicode character (●) would do the job quite well

Screenshot 2024-08-11 at 16 29 37

I'll try to create a PR for the issue to try it out 😄

Given that assertions also already have their count visualised, I'll also add the dot to the tests header.

@matrixik
Copy link
Author

@N-Ziermann thank you for implementing it.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

3 participants