dweymouth / supersonic

A lightweight and full-featured cross-platform desktop client for self-hosted music servers
GNU General Public License v3.0
668 stars 26 forks source link

misc: Migrate Artists page to GridView #355

Closed adamantike closed 2 months ago

adamantike commented 2 months ago

Remove custom page implementation for Artists, and instead rely on the generic GridView approach. This also simplifies adding new sorting/filtering options as next improvements.

The new ArtistFilter is a dummy implementation without any real filters at the moment.

Also, the go-jellyfin upgrade is needed to correctly display the album count for each artist.