sul-cidr/josquin-ribbon

Move options menu item to above or below main ribbon (?)

Closed this issue · 5 comments

The key idea is to maximize the amount of screen real estate available to the big (top) ribbon, especially horizontally.

Note that current Bootstrap layout actually has some decent responsive formatting behavior for tablets and smartphones, so we should make sure not to lose it.

The current layout is similar to Sonic Visualiser:

Screen Shot 2019-10-24 at 2 29 27 AM

SV allows hiding of the option menus on the right to allow full-width display of the graphical region:

Screen Shot 2019-10-24 at 2 30 48 AM

A bootstrap sidebar system might be useful:

https://bootstrapious.com/p/bootstrap-sidebar

Somewhat related to this: notice that the page will never fit into the full height of the window. It will always be larger that the height of the window, even when the window is very long:

Screen Shot 2019-10-24 at 2 42 39 AM

Closed by #214.