From ddc88a268510fa18b1a67df585d25d5df4cac6d0 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Wed, 8 Apr 2020 14:19:01 +0200 Subject: [PATCH 1/2] See #170: fixed unrelated layout issue --- front/src/components/library/AlbumBase.vue | 16 ++++++++++++---- 1 file changed, 12 insertions(+), 4 deletions(-) diff --git a/front/src/components/library/AlbumBase.vue b/front/src/components/library/AlbumBase.vue index 614f9be44..c9e24bc32 100644 --- a/front/src/components/library/AlbumBase.vue +++ b/front/src/components/library/AlbumBase.vue @@ -103,11 +103,19 @@ + -
From 29080ba23b904da16a117787a31a274aa7006579 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Wed, 8 Apr 2020 14:19:20 +0200 Subject: [PATCH 2/2] See #170: more copy fixes --- front/src/components/audio/ChannelCard.vue | 3 +++ front/src/components/library/TrackDetail.vue | 6 ++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/front/src/components/audio/ChannelCard.vue b/front/src/components/audio/ChannelCard.vue index c7490023e..99b7e63ae 100644 --- a/front/src/components/audio/ChannelCard.vue +++ b/front/src/components/audio/ChannelCard.vue @@ -13,11 +13,14 @@
%{ count } episode + %{ count } track
diff --git a/front/src/components/library/TrackDetail.vue b/front/src/components/library/TrackDetail.vue index ffc4be818..b0590d665 100644 --- a/front/src/components/library/TrackDetail.vue +++ b/front/src/components/library/TrackDetail.vue @@ -7,7 +7,8 @@