feat: register Settings as a modal

The design is too complex as to not use it as a Component Modal. It took
me a little to wrap my head around the API but I think I'm on the right
track now.

Signed-off-by: André Jaenisch <andre.jaenisch@posteo.de>
This commit is contained in:
André Jaenisch 2024-07-05 13:04:28 +02:00
parent 68f86692f4
commit 7471a9e4e5
No known key found for this signature in database
GPG key ID: 5A668E771F1ED854

View file

@ -13,6 +13,8 @@ SPDX-License-Identifier: AGPL-3.0-or-later
import Settings from '$lib/components/molecules/Settings.svelte';
import { mapLocaleToDir } from '$lib/i18n';
import Settings from '$lib/components/molecules/Settings.svelte';
// The ordering of these imports is critical to your app working properly
//import '@skeletonlabs/skeleton/themes/theme-skeleton.css';
import '../theme.postcss';