From 69d10461d6ee605d9d126686ae87f6ca5c4f181a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ciar=C3=A1n=20Ainsworth?= Date: Mon, 24 Jun 2019 17:39:09 +0200 Subject: [PATCH] Resolve "Colorized 'play' button in front of the currently playing music" --- changes/changelog.d/832.enhancement | 1 + front/src/components/audio/album/Card.vue | 11 +++++++++-- front/src/components/audio/track/Row.vue | 12 +++++++++--- 3 files changed, 19 insertions(+), 5 deletions(-) create mode 100644 changes/changelog.d/832.enhancement diff --git a/changes/changelog.d/832.enhancement b/changes/changelog.d/832.enhancement new file mode 100644 index 000000000..1a270b88e --- /dev/null +++ b/changes/changelog.d/832.enhancement @@ -0,0 +1 @@ +The currently playing track is now highlighted with an orange play icon (#832) \ No newline at end of file diff --git a/front/src/components/audio/album/Card.vue b/front/src/components/audio/album/Card.vue index bdc0dd6cb..db6e8de6b 100644 --- a/front/src/components/audio/album/Card.vue +++ b/front/src/components/audio/album/Card.vue @@ -20,7 +20,7 @@ - + @@ -57,6 +57,7 @@