From 67f8c5ed08289471227953ac24b816bfbafa1b03 Mon Sep 17 00:00:00 2001 From: Xevion Date: Sat, 12 Sep 2020 16:36:22 -0500 Subject: [PATCH] router.beforeEach clarifying comment, reduce XL viewport SeasonList/AIS-Search columns, add Skeleton outer skeleton with padding + animation speed adjustments, begin reformatting files to preferred format --- client/src/App.vue | 4 +-- client/src/components/CharacterList.vue | 13 +++------ client/src/components/SeasonList.vue | 36 ++++++------------------- client/src/components/Skeleton.vue | 11 +++++--- client/src/main.js | 1 + 5 files changed, 22 insertions(+), 43 deletions(-) diff --git a/client/src/App.vue b/client/src/App.vue index 3bbb803..7bbbd39 100644 --- a/client/src/App.vue +++ b/client/src/App.vue @@ -35,7 +35,7 @@ > - + - + diff --git a/client/src/components/CharacterList.vue b/client/src/components/CharacterList.vue index 4729910..99898f4 100644 --- a/client/src/components/CharacterList.vue +++ b/client/src/components/CharacterList.vue @@ -1,15 +1,8 @@