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
@@ -1,6 +1,8 @@
<script lang="ts">
import * as Select from '$lib/components/ui/select';
import * as m from '$lib/paraglide/messages';
import { type WeatherModelGroup, modelGroups } from '../../options';
interface Props {
@@ -15,7 +17,7 @@
selectedModel,
onModelChange,
groups = modelGroups,
label = 'Weather model'
label = m.model_weather()
}: Props = $props();
let model = $derived(