Skip to content

Make the "Show Playlist" action more obvious, and hide the playlist at small window sizes

Nate Graham requested to merge toggle-playlist-button into master

In order to make the ability to show an hide the playlist more obvious, this MR moves the action from the hamburger menu and to the main toolbar. Then it also implements auto-hiding the playlist when the window size is narrow. When the window is widened, the playlist is automatically shown.

demo-2019-12-21_15.33.20

We gotta do something about that flickering in the HeaderBar...

Because it's now a toggle action on the toolbar, the global menu version is also made a toggle action to match it.

Keyboard shortcuts still work, tab navigation and triggering with the return key work fine.

BUG: 392778 FIXED-IN: 20.04.0

Edited by Nate Graham

Merge request reports