usebruno / bruno

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

Track expansion state of tree views for tabs that are out of view #3431

Open fschwiet opened 2 weeks ago

fschwiet commented 2 weeks ago

I have checked the following:

Describe the feature you want to add

When I change tabs Bruno should recall the expansion state of the view within a tab when I return to that tab.

Let me describe an example to help make that clear. As part of debugging my app, I am trying to manually compare specific parts of different responses coming from my app. My collection has two requests defined. I run one, and then use the expand/collapse to find the part I want to compare. I then run the other request and then use the expand/collapse to find the part of the response I want to compare. However now when I switch back to view the results of the first request the expand/collapse state has been reset, so I don't have the part I wanted to compare ready anymore.

Mockups or Images of the feature

remember expansion state

tapioko commented 1 week ago

Duplicate of https://github.com/usebruno/bruno/issues/874 ?

fschwiet commented 1 week ago

Yes, sorry my search must have missed it because I searched for expansion and not expand