From bed66db5c1ef51bf3afecd507fde96f93dddf144 Mon Sep 17 00:00:00 2001 From: Eliot Berriot Date: Tue, 20 Mar 2018 19:58:14 +0100 Subject: [PATCH] Factorization of track table row component --- front/src/components/audio/track/Row.vue | 68 ++++++++++++++++++++++ front/src/components/audio/track/Table.vue | 39 +++---------- 2 files changed, 75 insertions(+), 32 deletions(-) create mode 100644 front/src/components/audio/track/Row.vue diff --git a/front/src/components/audio/track/Row.vue b/front/src/components/audio/track/Row.vue new file mode 100644 index 000000000..4eda9955a --- /dev/null +++ b/front/src/components/audio/track/Row.vue @@ -0,0 +1,68 @@ + + + + + + diff --git a/front/src/components/audio/track/Table.vue b/front/src/components/audio/track/Table.vue index 00bcf9f7d..512ba1b49 100644 --- a/front/src/components/audio/track/Table.vue +++ b/front/src/components/audio/track/Table.vue @@ -11,34 +11,11 @@ - - - - - - - - - - - - {{ track.title }} - - - - - {{ track.artist.name }} - - - - - {{ track.album.title }} - - - - + @@ -83,9 +60,8 @@ curl -G -o "{{ track.files[0].filename }}"