You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have two monitors; one is oriented vertically, the other landscape (like most people).
TST is great when I'm on my normal 16:9 monitor. But when I'm on my 9:16 monitor, vertical tabs take up critical screen real estate.
There's an addon I use called Paxmod that allows you to have multiple tab rows at the top of your screen.
I created a request over there to add ability to conditionally switch behavior. numirias/paxmod#108
I'm not sure whether some of this functionality would be better suited for implementation in TST as opposed to Paxmod, so I'm creating a semi-duplicate issue here of the one there.
Steps to see the situation
Start Firefox Developer edition (required for Paxmod)
Install Paxmod
Install TST
note that when both are enabled, a huge amount of space is wasted
Expected result (Desired behavior)
When I'm on my Portrait monitor / a window that is significantly taller than it is wide:
automatically close TST if open (but leave other sidebars open)
normal Paxmod behavior (titlebar disabled, multiple tab rows)
When I'm on my Landscape monitor / :
I would like to automatically open TST sidebar
replace Paxmod's tab rows the default Firefox titlebar (i.e. window title plus minimize/maximize/close buttons). Likely would need to be implemented on Paxmod side.
Actual (present) result
Environment
Platform (OS):
Version of Firefox: 111 (Developer version)
Version (or revision) of Tree Style Tab: 3.19.12
The text was updated successfully, but these errors were encountered:
We need to implement a custom WebExtensions API with experiments to toggle visibility of the sidebar aggressively, but it is out of scope of TST: it is a pure WebExtensions add-on project. I'm negative to introduce dependency to specific version of Firefox.
Abstract
I have two monitors; one is oriented vertically, the other landscape (like most people).
TST is great when I'm on my normal 16:9 monitor. But when I'm on my 9:16 monitor, vertical tabs take up critical screen real estate.
There's an addon I use called Paxmod that allows you to have multiple tab rows at the top of your screen.
I created a request over there to add ability to conditionally switch behavior. numirias/paxmod#108
I'm not sure whether some of this functionality would be better suited for implementation in TST as opposed to Paxmod, so I'm creating a semi-duplicate issue here of the one there.
Steps to see the situation
Expected result (Desired behavior)
When I'm on my Portrait monitor / a window that is significantly taller than it is wide:
TST
if open (but leave other sidebars open)When I'm on my Landscape monitor / :
TST
sidebarActual (present) result
Environment
The text was updated successfully, but these errors were encountered: