https://bugs.kde.org/show_bug.cgi?id=406475
Nate Graham <n...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|CONFIRMED |RESOLVED Version Fixed In| |22.12 Latest Commit| |https://invent.kde.org/mult | |imedia/elisa/commit/e6b0c72 | |15a63396a147ecfc58f176d508b | |c84ef8 --- Comment #8 from Nate Graham <n...@kde.org> --- Git commit e6b0c7215a63396a147ecfc58f176d508bc84ef8 by Nate Graham, on behalf of Stefan Vukanović. Committed on 15/08/2022 at 15:31. Pushed by ngraham into branch 'master'. Use up to four latest album or track covers as artist cover When retrieving artist data, find up to four latest album or track covers and display them as the artist's cover in a grid layout. If four covers can't be found, display only the latest one. This should improve the UX of the Artists view, which right now is a sea of identical icons. FIXED-IN: 22.12 M +94 -17 src/databaseinterface.cpp M +2 -0 src/databaseinterface.h M +5 -0 src/datatypes.h M +29 -11 src/embeddedcoverageimageprovider.cpp M +1 -0 src/models/datamodel.cpp M +1 -0 src/qml/DataGridView.qml M +55 -23 src/qml/GridBrowserDelegate.qml M +1 -1 src/viewslistdata.cpp https://invent.kde.org/multimedia/elisa/commit/e6b0c7215a63396a147ecfc58f176d508bc84ef8 -- You are receiving this mail because: You are watching all bug changes.