usebruno / bruno

Opensource IDE For Exploring and Testing Api's (lightweight alternative to postman/insomnia)
https://www.usebruno.com/
MIT License
25.06k stars 1.14k forks source link

Highlight tabs that have content #2138

Closed end3rbyte closed 1 week ago

end3rbyte commented 4 months ago

I have checked the following:

Describe the feature you want to add

Because it is a bit annoying to go through each tab to see if it contains some data, it would be great if the tab names could be highlighted when they contain some data.

For example in the following mockup, tabs Auth, Script and Assert are highlighted because they contain some data.

Mockups or Images of the feature

CURRENT:

image

SUGGESTED:

image

zagorec92 commented 4 months ago

Hey, something like this?

https://github.com/usebruno/bruno/assets/4306892/7604f1f8-8244-49c6-b82f-b31200b75480

Additionally, I've noticed there is no active header count in Header tab of Collection settings, so that's also something that can be easily added.

Current Request

image

Collection

Current

image

New

image

end3rbyte commented 4 months ago

Yes perfect for me 😀

zagorec92 commented 4 months ago

Great! 🥳 Since I have pretty much all of it done, I'll create pull request and get ready for constructive criticism 😄

helloanoop commented 1 week ago

This is now available in the latest version of Bruno.

image