Is your feature request related to a problem? Please describe.
- Currently, when navigating through folders and suites, their opened state is not reflected in the URL. As a result, after refreshing the page, all folders and suites collapse, and users have to manually reopen everything again. This becomes especially frustrating when working with deeply nested structures or multiple opened sections.
Describe the solution you’d like
- When a user opens folders or suites, their state should automatically be stored in the URL query parameters. This way, after refreshing the page or sharing the link, the same folders and suites remain opened, preserving the current navigation context and improving usability.
Describe alternatives you’ve considered
- An alternative could be storing the opened state in local storage or session storage. However, keeping it in the URL is preferable because it also supports page refresh persistence, browser navigation, and shareable links with the same UI state.
Additional context
- This would significantly improve the user experience during long navigation sessions and reduce repetitive manual actions after every refresh.
Is your feature request related to a problem? Please describe.
Describe the solution you’d like
Describe alternatives you’ve considered
Additional context