From a0d7a78f73fcccea62b297aeac7e20464bc0eff4 Mon Sep 17 00:00:00 2001 From: Xevion Date: Mon, 7 Sep 2020 23:40:52 -0500 Subject: [PATCH] remove faulty base URL constructor, reformatting, SearchResults remove commented code --- client/src/components/SearchResults.vue | 76 ++++++++--------- client/src/components/SeasonList.vue | 109 +++++++++++++++--------- client/src/components/Skeleton.vue | 25 +++--- client/src/router.js | 1 - dist/index.html | 4 +- dist/static/js/app.0d8a2770.js | 2 + dist/static/js/app.0d8a2770.js.map | 1 + dist/static/js/app.cc2221b5.js | 2 - dist/static/js/app.cc2221b5.js.map | 1 - 9 files changed, 123 insertions(+), 98 deletions(-) create mode 100644 dist/static/js/app.0d8a2770.js create mode 100644 dist/static/js/app.0d8a2770.js.map delete mode 100644 dist/static/js/app.cc2221b5.js delete mode 100644 dist/static/js/app.cc2221b5.js.map diff --git a/client/src/components/SearchResults.vue b/client/src/components/SearchResults.vue index cc71053..9ef146d 100644 --- a/client/src/components/SearchResults.vue +++ b/client/src/components/SearchResults.vue @@ -2,58 +2,52 @@
- - - - - - - - - - - - - - - +
diff --git a/client/src/components/SeasonList.vue b/client/src/components/SeasonList.vue index f6f39e9..d726d52 100644 --- a/client/src/components/SeasonList.vue +++ b/client/src/components/SeasonList.vue @@ -1,7 +1,15 @@