dweymouth / supersonic

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

misc: Decouple Grid view from Albums #347

Closed adamantike closed 3 months ago

adamantike commented 3 months ago

The Grid view and related components were highly coupled to Albums, including the filter button that is currently used only for album filtering.

As part of the migration of Artists to Grid view, this is the smallest possible change to convert many of the existing code to generics/interfaces that will allow different media to be displayed and filtered by using Grid views.

The main changes in this diff are: