🌤️ WeatherLens

{#if app.geocodingLoading} ⏳ {/if} {#if app.geocodingResults.length > 0}
{#each app.geocodingResults as result} {/each}
{/if}
{#each app.locations as location} {#if location.isCurrent}
{/if} {/each} {#each app.locations as location} {#if !location.isCurrent}
{/if} {/each} {#if app.locations.length === 0}

No saved locations.

Enable location access or add one below.

{/if}