Open elig0n opened 3 years ago
I second this feature request. It would be nice to have an "Expand all/Collapse all" toggle button to expand or collapse all windows in a session.
This is a feature that would really boost usability imho.
I don't know why is there no reply from @sienori so far when several people expressed their desire to see this simple feature implemented.
For anyone who is interested you can find the following put in a Javascriptlet bookmark (prepend javascript:
) or Devtools Console line do the trick for you:
document.querySelectorAll(".windowContainer").forEach( (e) => { e.classList.toggle("isCollapsed") } );
When there are many windows saved in a session for observation one would need to collapse them one by one to get an overview or reach some tab.
Describe the solution you'd like Button or similar to collapse and expand all window sublists together