Skip to content

Use the New Adwaita Widgets

Shema Angelo Verlain requested to merge vixalien/gnome-music:split-view into master

Relevant Initiative: Initiatives#41

I'm trying to port GNOME Music to the new libadwaita widgets, introduced in libadwaita 1.4.

So far, the main issues are the following:

  • Split Navigation Views don't work in nested layouts. Each split navigation view page needs its own AdwHeader to work correctly. This is currently impossible because there is a "global" header bar.
  • The "global" header bar currently has the raised-border style because of the previous issue with the split navigation view. Otherwise, it would look disjointed.

Merge request reports