From 1eaff233d66250619b6c5bbff0fe3e8d16c3f6e8 Mon Sep 17 00:00:00 2001 From: Stephan Richter Date: Fri, 20 Mar 2026 09:13:41 +0100 Subject: [PATCH] found a solution to lazy-load the spreadsheet js and css Signed-off-by: Stephan Richter --- frontend/src/routes/calc.svelte | 40 ++++++++++++++++++++++++--------- 1 file changed, 29 insertions(+), 11 deletions(-) diff --git a/frontend/src/routes/calc.svelte b/frontend/src/routes/calc.svelte index 9bd33bc4..737133d8 100644 --- a/frontend/src/routes/calc.svelte +++ b/frontend/src/routes/calc.svelte @@ -1,16 +1,8 @@ -
\ No newline at end of file +{#if loading} +Loading… +{:else} + +{/if} +
Spreadsheet loading…
\ No newline at end of file