massive UI/UX overhaul

This commit is contained in:
Boof2015
2026-07-03 23:56:34 -04:00
parent 9ce825b673
commit 61e6147d3e
71 changed files with 2806 additions and 953 deletions
+3
View File
@@ -75,4 +75,7 @@ export interface Artist {
artist: string;
track_count: number;
artwork_hash: string | null;
album_count: number;
/** Primary hash first, then one distinct cover per further album (max 4) — grid mosaic. */
artwork_hashes: string[];
}