initial cleanup

This commit is contained in:
terraputix
2026-01-07 23:45:10 +01:00
parent 9b39255e64
commit 1e434e0a84
325 changed files with 1903 additions and 1000 deletions
-12
View File
@@ -11,8 +11,6 @@
import { Label } from '$lib/components/ui/label';
import { Switch } from '$lib/components/ui/switch';
import LocationSearch from '$lib/components/location/location-search.svelte';
import '../compare/highcharts.css';
import { defaultParameters } from './options';
@@ -295,16 +293,6 @@
<div class="">
<div class="mt-6 flex flex-col items-center gap-6 md:mt-12 md:flex-row">
<div class="relative w-1/4">
<LocationSearch
style="height: 40px"
on:location={(event) => {
storedLocation.set(event.detail);
window.location.reload();
}}
label="Search Location"
/>
</div>
<div class="flex gap-2">
<Switch
id="show_legend"