From 05e05a4df46dad684542e513a7d236fad6da5c39 Mon Sep 17 00:00:00 2001 From: matthieu42morin Date: Mon, 6 Mar 2023 20:12:59 +0100 Subject: [PATCH 1/3] MVP #4.1 - Fix index to list manifest Changes to be committed: modified: index.html --- index.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/index.html b/index.html index 1a6f957..e875a96 100644 --- a/index.html +++ b/index.html @@ -4,7 +4,7 @@ - + Erant From f9b0244ca373d7b01a186bd4edb230c48b1b7431 Mon Sep 17 00:00:00 2001 From: Ota Prokopec Date: Mon, 6 Mar 2023 20:36:07 +0100 Subject: [PATCH 2/3] fast loading game --- src/lib/components/Layouts/LayoutImg.svelte | 2 +- src/lib/utils/database/game.ts | 10 +++++++--- src/routes/game/game.svelte | 8 ++++++-- 3 files changed, 14 insertions(+), 6 deletions(-) diff --git a/src/lib/components/Layouts/LayoutImg.svelte b/src/lib/components/Layouts/LayoutImg.svelte index b712800..751137c 100644 --- a/src/lib/components/Layouts/LayoutImg.svelte +++ b/src/lib/components/Layouts/LayoutImg.svelte @@ -8,7 +8,7 @@
{#if img} - + {/if} {#if shareData !== null && shareData !== false}