From 066da7f7ca290aac3280d8e25b8aa29708808bb8 Mon Sep 17 00:00:00 2001 From: James Barnsley Date: Tue, 11 Feb 2020 09:52:18 +1300 Subject: [PATCH] Groundwork for crossfading now playing artwork; Initial Setup pre-fill from queryParams --- src/index.html | 29 +++++++++------ src/js/App.js | 20 +--------- src/js/components/Parallax.js | 37 ++++++++++--------- src/js/views/Queue.js | 2 +- src/js/views/modals/InitialSetup.js | 57 +++++++++++++++++++---------- src/scss/components/_parallax.scss | 7 +++- 6 files changed, 83 insertions(+), 69 deletions(-) diff --git a/src/index.html b/src/index.html index 5598fed5..29efef69 100755 --- a/src/index.html +++ b/src/index.html @@ -16,7 +16,7 @@ - + @@ -30,7 +30,7 @@