GNOME Bugzilla – Bug 735293
No vertical stack switcher component available (Sidebar)
Last modified: 2014-10-01 10:46:13 UTC
Currently there is no vertical stack switcher variant available, as the existing one is still button like in appearance, and not like the sidebar seen in gnome-tweak-tool. The requirement for this widget is noted here: https://wiki.gnome.org/Design/Whiteboards/GtkWishlist The proposed widget is a GtkSidebar, with an appearance identical to that which is currently used in gnome-tweak-tool. Additionally, it should be easily navigated by both keyboard and mouse, which rules out a vertical re-styled GtkStackSwitcher due to a 2 step interaction process by keyboard (up/down + space|enter)
Created attachment 284307 [details] [review] Add GtkSidebar Added initial version of GtkSidebar
That looks pretty good ! Not entirely sure about the name, sidebar sounds maybe a little too generic, I would expect to be able to populate it myself. At this point, this is 3.15 material.
Thanks :) Yeah I'm really not sure about the name either.. (C'mon, "Evolve" OS and "Budgie?") so I'll just let someone choose a different name :) Yeah I did figure I only somewhat massively missed the 3.14 window but I wanted to get it up for review before I went nuts on it :)
pushed after some reworking
Thank you! I wouldn't have minded fixing it up a bit :)