-
Notifications
You must be signed in to change notification settings - Fork 1
Roadmap
Tom Passarelli edited this page Sep 26, 2025
·
26 revisions
- Explore something closer to Zen Browser style direction on light/dark mode in sidebar
- currently frame-bg is not set in sidebery, meaning that, if we pursue this option, its going to remove the "seemless" look by defualt
- in sideberry, handle theme detection such that frame-bg changes based on css system light-dark versus user themes.
- currently frame-bg is not set in sidebery, meaning that, if we pursue this option, its going to remove the "seemless" look by defualt
- support surfacing permission access notification requests while the UI is hidden (expect this to work, have not recently tested)
- support basing off "vertical tabs" option enabled, versus horizontals tabs enabled
- tried in a branch, takeaway: horizontal mode is easier to base off, if we only care about sidebery
- pros
- support a non-sidebery option in the future if mozilla vert-tab functionality ever improves
- cons
- maybe extra work to maintain
- pros
- tried in a branch, takeaway: horizontal mode is easier to base off, if we only care about sidebery
- support moving the sidebar to the right side
- alignment with 0.5px tolerance on the padlock icon and settings icon
- achieve the goal with native CSS of "hiding the sidebar, hides the UI" without extension dependency
- eliminate the sync issues currently at times caused by accidently toggling the sidebar rather than the ext.
- easier to install
- easier to maintain
- supporting "enable sidebar" when activated in firefox (the additional button menu)
- I might have a use to this, but hotkeys seem able to do everything needed here. turned out to be pretty easy to support so I went ahead and did it for now, but not likely to maintain if it gets harder