From 8d1c919aecaf7ce3807f341c4e3e56327c1c6c94 Mon Sep 17 00:00:00 2001 From: Midou36O Date: Tue, 30 Apr 2024 00:45:59 +0100 Subject: [PATCH 1/2] Add padding to the top of the error page so that it doesn't get hidden by other components. Added more ignored lockfiles, and added the material-dynamic-colors package since it wasn't installed by default. --- materialious/.gitignore | 5 +++++ materialious/package.json | 1 + materialious/src/routes/+error.svelte | 4 ++-- 3 files changed, 8 insertions(+), 2 deletions(-) diff --git a/materialious/.gitignore b/materialious/.gitignore index 6635cf55..ec9023f9 100644 --- a/materialious/.gitignore +++ b/materialious/.gitignore @@ -3,6 +3,11 @@ node_modules /build /.svelte-kit /package +# Lock files of most package managers +bun.lockb +package-lock.json +pnpm-lock.yaml +yarn.lock .env .env.* !.env.example diff --git a/materialious/package.json b/materialious/package.json index a82abd0d..28d661f8 100644 --- a/materialious/package.json +++ b/materialious/package.json @@ -38,6 +38,7 @@ "beercss": "^3.5.1", "fuse.js": "^7.0.0", "human-number": "^2.0.4", + "material-dynamic-colors": "^1.1.0", "media-icons": "^0.10.0", "peerjs": "^1.5.2", "sponsorblock-api": "^0.2.4", diff --git a/materialious/src/routes/+error.svelte b/materialious/src/routes/+error.svelte index 06b717e9..9daf8d1b 100644 --- a/materialious/src/routes/+error.svelte +++ b/materialious/src/routes/+error.svelte @@ -7,13 +7,13 @@
-
+