beginnings of artist grid and artist details view

This commit is contained in:
2026-02-22 19:17:27 -05:00
parent 30bbdd7c53
commit 9dabfb81c5
15 changed files with 1186 additions and 10 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
/** Searchable views that respond to the global search term. */
const SEARCHABLE_VIEWS = new Set(['tracks', 'albums', 'playlists']);
const SEARCHABLE_VIEWS = new Set(['tracks', 'albums', 'playlists', 'artists']);
type Subscriber = () => void;