Fix #774: Make headers for Album, Artist, Playlist page collapsible / compact

This commit is contained in:
Drew Weymouth
2025-12-02 08:35:03 -08:00
parent 431f58f13c
commit 5e6b1de522
6 changed files with 229 additions and 35 deletions
+3
View File
@@ -70,6 +70,7 @@ type AppConfig struct {
type AlbumPageConfig struct {
TracklistColumns []string
CompactHeader bool
}
// shared between Albums and Genre pages
@@ -84,6 +85,7 @@ type ArtistPageConfig struct {
InitialView string
DiscographySort string
TracklistColumns []string
CompactHeader bool
}
type ArtistsPageConfig struct {
@@ -102,6 +104,7 @@ type GridViewConfig struct {
type PlaylistPageConfig struct {
TracklistColumns []string
CompactHeader bool
}
type PlaylistsPageConfig struct {