From 31329d81dd4decaef0d861fbf455110cf6a411a3 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Tue, 16 Jul 2019 16:59:31 +0200 Subject: [PATCH] See #432: added artist widget --- front/src/components/audio/artist/Widget.vue | 166 +++++++++++++++++++ front/src/components/tags/List.vue | 21 ++- front/src/style/_main.scss | 17 ++ 3 files changed, 198 insertions(+), 6 deletions(-) create mode 100644 front/src/components/audio/artist/Widget.vue diff --git a/front/src/components/audio/artist/Widget.vue b/front/src/components/audio/artist/Widget.vue new file mode 100644 index 000000000..b78bcbf94 --- /dev/null +++ b/front/src/components/audio/artist/Widget.vue @@ -0,0 +1,166 @@ + + + + + diff --git a/front/src/components/tags/List.vue b/front/src/components/tags/List.vue index 9ffb0f1f0..6c280822b 100644 --- a/front/src/components/tags/List.vue +++ b/front/src/components/tags/List.vue @@ -1,23 +1,29 @@