From f3dde87cd293e8a6a0c534338c2f45b0d2be1912 Mon Sep 17 00:00:00 2001 From: TurtIeSocks <58572875+TurtIeSocks@users.noreply.github.com> Date: Wed, 12 Oct 2022 10:11:36 -0400 Subject: [PATCH] Fix Holiday Animations - For some reason I needed to move the holiday-canvas div to the html template instead of in React... - Reported by @ReuschelCGN - Also lints html/css files, oops --- package.json | 4 +- public/index.html | 144 +++++++++++++++++++++---------------- src/assets/css/holiday.css | 8 ++- src/assets/css/loading.css | 2 +- src/components/Config.jsx | 1 - 5 files changed, 92 insertions(+), 67 deletions(-) diff --git a/package.json b/package.json index cce78bfff..962719e78 100644 --- a/package.json +++ b/package.json @@ -24,8 +24,8 @@ "migrate:latest": "knex --knexfile server/knexfile.cjs migrate:latest", "migrate:rollback": "knex --knexfile server/knexfile.cjs migrate:rollback", "release": "node server/scripts/newRelease.js", - "prettier:check": "prettier --check \"**/*.{js,jsx}\"", - "prettier:fix": "prettier --write \"**/*.{js,jsx}\"", + "prettier:check": "prettier --check \"**/*.{css,html,js,jsx}\"", + "prettier:fix": "prettier --write \"**/*.{css,html,js,jsx}\"", "eslint:check": "eslint \"**/*.{js,jsx}\"", "eslint:fix": "eslint \"**/*.{js,jsx}\" --fix" }, diff --git a/public/index.html b/public/index.html index 364db685a..3686483a8 100644 --- a/public/index.html +++ b/public/index.html @@ -1,65 +1,89 @@ +
+ + + + +