From ccca292405d1536778bd0caa466430d4e6694324 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Tue, 16 Jul 2019 14:50:39 +0200 Subject: [PATCH] See #432: added tag filter on artist/album browse page --- front/package.json | 1 + front/src/components/library/Albums.vue | 31 ++++++++++++++++--- front/src/components/library/Artists.vue | 31 ++++++++++++++++--- front/src/components/library/TagsSelector.vue | 2 +- front/src/router/index.js | 2 ++ front/yarn.lock | 2 +- 6 files changed, 59 insertions(+), 10 deletions(-) diff --git a/front/package.json b/front/package.json index 54cf3c8e1..2c8f041f0 100644 --- a/front/package.json +++ b/front/package.json @@ -22,6 +22,7 @@ "masonry-layout": "^4.2.2", "moment": "^2.22.2", "fomantic-ui-css": "^2.7", + "qs": "^6.7.0", "showdown": "^1.8.6", "vue": "^2.5.17", "vue-gettext": "^2.1.0", diff --git a/front/src/components/library/Albums.vue b/front/src/components/library/Albums.vue index 9817af830..ed97f7a4e 100644 --- a/front/src/components/library/Albums.vue +++ b/front/src/components/library/Albums.vue @@ -20,6 +20,10 @@ +
+ + +