From 1acd5a1f35898f92dff51cbaad135bfe37274296 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Thu, 26 Dec 2019 16:54:31 +0100 Subject: [PATCH] See #973: Album card --- front/src/components/audio/album/Card.vue | 148 ++++-------------- front/src/components/audio/album/Widget.vue | 54 +------ front/src/components/library/Albums.vue | 4 +- front/src/components/library/ArtistDetail.vue | 4 +- front/src/style/_main.scss | 30 ++++ 5 files changed, 69 insertions(+), 171 deletions(-) diff --git a/front/src/components/audio/album/Card.vue b/front/src/components/audio/album/Card.vue index 67d1eb706..1736191d0 100644 --- a/front/src/components/audio/album/Card.vue +++ b/front/src/components/audio/album/Card.vue @@ -1,109 +1,51 @@