From 52d51663633166ea8a7a5f18fc9670827b993058 Mon Sep 17 00:00:00 2001 From: Xenuel Date: Mon, 16 Mar 2026 22:38:29 +0100 Subject: [PATCH] feat(ui): add "In Your Library" section to artist detail page Show liked tracks and playlist tracks by the artist with source labels, collapsible chevron toggle, and real-time updates via favorites-changed and playlist-tracks-changed events. --- index.html | 22 ++++++ js/db.js | 5 ++ js/ui.js | 227 ++++++++++++++++++++++++++++++++++++++++++++++++++--- styles.css | 55 +++++++++++++ 4 files changed, 300 insertions(+), 9 deletions(-) diff --git a/index.html b/index.html index ec355eb..ce0ac89 100644 --- a/index.html +++ b/index.html @@ -1115,6 +1115,19 @@ + +