implemented theme changer

This commit is contained in:
2025-07-01 22:56:49 +02:00
parent 684e0b00dd
commit 06c620230d
8 changed files with 105 additions and 5 deletions
+1
View File
@@ -1,6 +1,7 @@
<script>
import { t } from '../translations.svelte.js';
</script>
<footer>
{@html t('footer.message','<a href="https://srsoftware.de">SRSoftware</a>')}
</footer>
+1
View File
@@ -9,6 +9,7 @@
router.navigate('/about');
}
</script>
<nav>
<a onclick={() => router.navigate('/user')}>{t('menu.users')}</a>
<a href="https://svelte.dev/tutorial/svelte/state" target="_blank">{t('menu.tutorial')}</a>