From de8457fe45f7f0f53e4e88b59d4c0f3f363dc39b Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sat, 1 Mar 2025 20:03:04 +0100 Subject: [PATCH 01/38] Fix Website --- astro.config.mjs | 2 -- src/styles/table.css | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/astro.config.mjs b/astro.config.mjs index 48635dc..8763c0b 100644 --- a/astro.config.mjs +++ b/astro.config.mjs @@ -7,7 +7,6 @@ import sitemap from "@astrojs/sitemap"; import robotsTxt from "astro-robots-txt"; import path from "node:path"; import mdx from "@astrojs/mdx"; -import pagefind from "astro-pagefind"; // https://astro.build/config export default defineConfig({ @@ -22,7 +21,6 @@ export default defineConfig({ tailwind({ configFile: "./tailwind.config.cjs", }), - pagefind(), configureI18n(), sitemap({ i18n: { diff --git a/src/styles/table.css b/src/styles/table.css index 010bfef..58da0a8 100644 --- a/src/styles/table.css +++ b/src/styles/table.css @@ -31,7 +31,7 @@ table { text-align: center; tr:nth-child(odd) { - @apply bg-neutral-800; + @apply bg-neutral-200 dark:bg-neutral-800; } } } From 9c02cc1f4d438ce462809d7a2228df101589a7be Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sat, 1 Mar 2025 20:04:41 +0100 Subject: [PATCH 02/38] Fix Website --- src/pages/ankuendigungen/[...slug].astro | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/ankuendigungen/[...slug].astro b/src/pages/ankuendigungen/[...slug].astro index 343337f..814a82b 100644 --- a/src/pages/ankuendigungen/[...slug].astro +++ b/src/pages/ankuendigungen/[...slug].astro @@ -77,7 +77,7 @@ const ogImage = await getImage({ )}

{post.data.title}

-
+
{post.data.tags.map(tag => ( From 73bd6a5e96d9cf067c2037007c7387c2111d520d Mon Sep 17 00:00:00 2001 From: Chaoscaot Date: Sat, 1 Mar 2025 20:07:09 +0100 Subject: [PATCH 03/38] Fix Website --- src/components/EloTable.svelte | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/components/EloTable.svelte b/src/components/EloTable.svelte index a2a3fca..fc0029c 100644 --- a/src/components/EloTable.svelte +++ b/src/components/EloTable.svelte @@ -20,6 +20,7 @@
- + + + {#if error !== null} +

{t(error)}

+ {/if}
{#snippet footer()} - - - - - {/snippet} + + + {/snippet}
\ No newline at end of file diff --git a/src/components/styled/SWModal.svelte b/src/components/styled/SWModal.svelte index 502ee88..0d7704a 100644 --- a/src/components/styled/SWModal.svelte +++ b/src/components/styled/SWModal.svelte @@ -68,16 +68,18 @@ }) - dialog.close()} aria-hidden="true" class="max-h-full max-w-md w-full rounded-lg shadow-lg dark:bg-neutral-800 dark:text-neutral-100"> -