From cdffe88eba00e9ce7992a0646978ae2b4693de91 Mon Sep 17 00:00:00 2001 From: Julien Maille Date: Fri, 26 Dec 2025 11:23:38 +0100 Subject: [PATCH] Fix heart button interactions on cards and reorder library tabs - Fix: Card heart buttons didn't work because of button nested in anchor. Changed cards to div with data-href.\n- Fix: Home page and Artist page cards didn't have data bound or like state initialized.\n- Feature: Move Playlists to the last position in Library tabs. --- index.html | 15 +++-- js/app.js | 9 ++- js/events.js | 156 +++++++++++++++++++++++++++++++++++++-------------- js/ui.js | 95 ++++++++++++++++++++++++------- js/utils.js | 1 + styles.css | 6 +- 6 files changed, 209 insertions(+), 73 deletions(-) diff --git a/index.html b/index.html index 5e5aa5b..9fd29ac 100644 --- a/index.html +++ b/index.html @@ -22,6 +22,7 @@