add dropdown to album view

This commit is contained in:
Erica Z 2024-10-28 09:47:27 +01:00
parent 3f7f7d4ce9
commit edaf7079ac

View file

@ -47,6 +47,22 @@ template $UiWindow: Adw.ApplicationWindow {
CenterBox {
styles [ "toolbar" ]
[start]
DropDown {
selected: 0;
model: StringList {
strings [
_("Random"),
_("Recently added"),
_("Most played"),
_("Recently played"),
_("Starred"),
_("Name"),
_("Artist"),
]
};
}
[center]
SearchEntry {
placeholder-text: _("Search...");