From 7471a9e4e5045c7333b0082a2d7588b352c1770c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Jaenisch?= Date: Fri, 5 Jul 2024 13:04:28 +0200 Subject: [PATCH] feat: register Settings as a modal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- src/routes/+layout.svelte | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index a161053..966e286 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -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';