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..563daa6d 100644 --- a/materialious/src/routes/+error.svelte +++ b/materialious/src/routes/+error.svelte @@ -7,13 +7,13 @@
-
+
-

Oh no! You've encountered a error.

+

Oh no! You've encountered an error.