From af6ff50cfdf78a1949dda01392bf56c44e8ad58c Mon Sep 17 00:00:00 2001 From: cuptain Date: Sat, 2 Nov 2024 00:44:39 +1100 Subject: [PATCH] Instance switching in good ui --- fclauncher/frontend/src/Testpage.svelte | 26 +++++++++++++------------ 1 file changed, 14 insertions(+), 12 deletions(-) diff --git a/fclauncher/frontend/src/Testpage.svelte b/fclauncher/frontend/src/Testpage.svelte index 7177260..57b837b 100644 --- a/fclauncher/frontend/src/Testpage.svelte +++ b/fclauncher/frontend/src/Testpage.svelte @@ -1,16 +1,18 @@ @@ -18,12 +20,12 @@ import {instances, loading} from './global'
- {#each $instances as i} + {#each $instances as instance}
- +
- +
{/each} @@ -31,7 +33,7 @@ import {instances, loading} from './global'
- +