From 5f7bc61ebc43c85eddfa096cc8a399d0ec319d90 Mon Sep 17 00:00:00 2001 From: Tyler-A Date: Sun, 9 Aug 2020 00:58:15 -0600 Subject: [PATCH] Begin working on the detailed track view. This initially add just the base modal data, styling, and the request for the audio features data --- src/components/modals/DetailedTrack.vue | 134 ++++++++++++++++++++++-- 1 file changed, 127 insertions(+), 7 deletions(-) diff --git a/src/components/modals/DetailedTrack.vue b/src/components/modals/DetailedTrack.vue index 579e846..e7b6663 100644 --- a/src/components/modals/DetailedTrack.vue +++ b/src/components/modals/DetailedTrack.vue @@ -1,18 +1,138 @@ - \ No newline at end of file