mbnuqw / sidebery

Firefox extension for managing tabs and bookmarks in sidebar.
MIT License
3.54k stars 175 forks source link

Support for Local Pinned tabs ( per panel basis ) and Global Pinned Tabs. #1007

Open KAGEYAM4 opened 1 year ago

KAGEYAM4 commented 1 year ago

If there was additional option to have local pinned tabs per panel basis that would be awesome. So i can have Tabs that i want to share across all panels view ( Global Pinned Tabs ) and tabs that will be local to specific panels ( local pinned tabs).

microbearsmb commented 1 year ago

This would be incredible

dnut commented 1 year ago

edit: I wrote this comment with some incorrect assumptions. see below

We already have local pinned tabs, right? Pinned tabs, like normal tabs, are always confined to a panel. This feature request is to add support for globally pinned tabs.

Globally pinned tabs would be great. Typically I want my pinned tabs (email and calendar) to appear in every panel. I end up duplicating the same tabs everywhere, but their states get out of sync, and I get duplicate notifications, which is pretty annoying.

KAGEYAM4 commented 1 year ago

We already have local pinned tabs, right? Pinned tabs, like normal tabs, are always confined to a panel. This feature request is to add support for globally pinned tabs.

Globally pinned tabs would be great. Typically I want my pinned tabs (email and calendar) to appear in every panel. I end up duplicating the same tabs everywhere, but their states get out of sync, and I get duplicate notifications, which is pretty annoying.

Currently we have both but they are mutually exclusive - if using local pinned then global pinned is disabled and if using global pinned then local pinned is disabled.

Having Both at same would be good.

microbearsmb commented 1 year ago

We have Global pinned tabs? Awesome, didn't realize that. But yeah, having both would be so useful. I am a college student, so being able to both pin things like Spotify globally, and then course syllabi and gradebooks locally in each course's panel would be so nice.

KAGEYAM4 commented 1 year ago

We have Global pinned tabs? Awesome, didn't realize that. But yeah, having both would be so useful. I am a college student, so being able to both pin things like Spotify globally, and then course syllabi and gradebooks locally in each course's panel would be so nice.

image

microbearsmb commented 1 year ago

We have Global pinned tabs? Awesome, didn't realize that. But yeah, having both would be so useful. I am a college student, so being able to both pin things like Spotify globally, and then course syllabi and gradebooks locally in each course's panel would be so nice.

image

Thanks! I currently have them set globally. It would be even better to have the ability to have both options on at the same time though - to have globally pinned tabs as well as local ones. I think the issue is properly tagged as an enhancement to enable this behavior. It seems like it might (and I realize this may be very ignorant of me to say) be fairly easy for someone familiar with the codebase, as both concepts are already implemented and just need to be allowed to be enabled together.