This commit is contained in:
Vincent van der Wal
2026-08-01 15:07:28 +02:00
parent 9806396476
commit 774afa6c65
45 changed files with 1515 additions and 239 deletions
+3 -1
View File
@@ -11,6 +11,8 @@
import favicon from '$lib/assets/favicon.svg';
import { routePath } from '$lib/i18n';
import './layout.css';
let { children } = $props();
@@ -40,7 +42,7 @@
});
// the maps page embeds a full-bleed map: no padding, no scrolling
let fullBleed = $derived($page.url.pathname.startsWith('/weather/maps'));
let fullBleed = $derived(routePath($page.url.pathname).startsWith('/weather/maps'));
let sidebarCollapsed = $state(false);
let mobileMenuOpen = $state(false);