From 9dc247a861be845ff79ce38430ace2591d187975 Mon Sep 17 00:00:00 2001 From: Jakob Stendahl Date: Wed, 27 Apr 2022 00:32:41 +0200 Subject: Move all data fetching to a store, add spinner for loading --- src/components/WeatherCurrent.svelte | 153 ++++++++++------------------------- 1 file changed, 41 insertions(+), 112 deletions(-) (limited to 'src/components/WeatherCurrent.svelte') diff --git a/src/components/WeatherCurrent.svelte b/src/components/WeatherCurrent.svelte index 7ca6ac4..45bfe11 100644 --- a/src/components/WeatherCurrent.svelte +++ b/src/components/WeatherCurrent.svelte @@ -1,100 +1,11 @@