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

This commit is contained in:
Xevion
2020-09-12 16:36:22 -05:00
parent e6844df2d7
commit 67f8c5ed08
5 changed files with 22 additions and 43 deletions

View File

@@ -16,6 +16,7 @@ Vue.use(VueClipboard)
Vue.config.productionTip = false;
// Prevent invalid episodes, seasons and characters from being accessed
router.beforeEach((to, from, next) => {
// eslint-disable-next-line no-constant-condition
if (from.name !== null && to.name === "Character" && false) next(false);