From 730351dcd19540afff89355a2014cd9793fe07bf Mon Sep 17 00:00:00 2001 From: NEETzsche Date: Wed, 15 Nov 2023 01:13:46 -0700 Subject: [PATCH] Accommodate scrobble URLs when present --- changelog.d/create-link-when-url-present.add | 1 + src/components/status/status.vue | 57 ++++++++++++++------ 2 files changed, 43 insertions(+), 15 deletions(-) create mode 100644 changelog.d/create-link-when-url-present.add diff --git a/changelog.d/create-link-when-url-present.add b/changelog.d/create-link-when-url-present.add new file mode 100644 index 00000000..11aa3758 --- /dev/null +++ b/changelog.d/create-link-when-url-present.add @@ -0,0 +1 @@ +Create a link to the URL of the scrobble when it's present diff --git a/src/components/status/status.vue b/src/components/status/status.vue index d66de562..eb10a0b0 100644 --- a/src/components/status/status.vue +++ b/src/components/status/status.vue @@ -249,22 +249,49 @@ -
- - {{ scrobble.artist }} — {{ scrobble.title }} - - - + + + {{ scrobble.artist }} — {{ scrobble.title }} + + + + + + + + {{ scrobble.artist }} — {{ scrobble.title }} + + + +