Created attachment 175349 [details] Simply mockup of adding year in the collection When the collection is sorted by albums, there is the option of adding it by year, either ascending or descending. However, if the collection is of a certain size, it can be confusing because it does not show the years, (or at least I can't find this option, or isn't implemented) so you do not have a clear view of which year you are in. If sorting them visually by year is impossible, then at least by decade (60s, 70s, 80s, 90s, 00s,10s). When you have more than 1000 albums, it is a nightmare to navigate through the collection. SOFTWARE/OS VERSIONS Linux/KDE Plasma: 6.8.0-47lowlatency 64bits KDE Plasma Version: 5.27.11 KDE Frameworks Version: 5.115.11 Qt Version: 5.15.13
This would be nice, yeah. Unfortunately we use a QtQuick grid view, and those don't support section delegates right now. The implementation would be messy until those get officially supported by Qt.
Created attachment 175407 [details] attachment-793087-0.html Thanks for your quick response. It's a shame, but it is what it is El mié, 30 oct 2024 a las 16:28, Nate Graham (<bugzilla_noreply@kde.org>) escribió: > https://bugs.kde.org/show_bug.cgi?id=495556 > > Nate Graham <nate@kde.org> changed: > > What |Removed |Added > > ---------------------------------------------------------------------------- > Ever confirmed|0 |1 > Status|REPORTED |CONFIRMED > Keywords| |usability > CC| |nate@kde.org > > --- Comment #1 from Nate Graham <nate@kde.org> --- > This would be nice, yeah. > > Unfortunately we use a QtQuick grid view, and those don't support section > delegates right now. The implementation would be messy until those get > officially supported by Qt. > > -- > You are receiving this mail because: > You reported the bug.