UX: Visualize if request body is provided
I have checked the following:
- [X] 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
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.
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
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.
@N-Ziermann thank you for implementing it.