revamp week view: unit selector, redesigned day cards, richer meteograms and extended forecast

This commit is contained in:
Vincent van der Wal
2026-07-25 09:51:52 +02:00
parent bac4759662
commit 409096a550
14 changed files with 753 additions and 185 deletions
+3 -7
View File
@@ -75,15 +75,11 @@
src="/images/country-flags/{(location.country_code || 'united_nations').toLowerCase()}.svg"
alt={location.country}
/>
<!-- the region lives here; the page hero carries the place name -->
<span class="text-sm font-semibold text-foreground">
{location.name}
{#if location.admin1}{location.admin1}, {location.country}{:else}{location.country ??
location.name}{/if}
</span>
{#if location.admin1 || location.country}
<span class="hidden text-xs text-muted-foreground lg:inline">
{#if location.admin1}{location.admin1},{/if}
{location.country}
</span>
{/if}
</div>
{/if}