[Feature] Configuration to select displayed tabs in Scene page
Is your feature request related to a problem? Please describe. The page to view a scene is getting more tabs, most of them are just clutter to me, and cause me to misclick often.
Describe the solution you'd like Similar to the ability to enable/disable Movies/Images/... could we have a menu configuration to enable/disable tabs in the Scene page ? For example, I would like to hide the Markers, Filters, History tabs, I never use them...
Custom CSS
.scene-tabs {
[data-rb-event-key=scene-markers-panel],
[data-rb-event-key=scene-history-panel],
[data-rb-event-key=scene-video-filter-panel] {
display: none;
}
}
That works, but isn't configurable, so to hide/show a tab you would need to go and change your CSS. I've built it as a JS plugin, so for my personal need I'm covered. But I still think this would be a valuable feature to have for all users of Stash.