From a0ff62377c1c7e5d4be53b0988272dca2d38afd6 Mon Sep 17 00:00:00 2001 From: Neshura Date: Sun, 13 Aug 2023 03:25:16 +0200 Subject: [PATCH] Removal of LocalStorage from Dropdowns, Dynamic Dropdown population --- src/routes/graphs/GameGroupSelection.svelte | 155 ++++++++++---------- src/routes/graphs/GameSelection.svelte | 70 ++++----- 2 files changed, 111 insertions(+), 114 deletions(-) diff --git a/src/routes/graphs/GameGroupSelection.svelte b/src/routes/graphs/GameGroupSelection.svelte index 3fe7231..aeb2426 100644 --- a/src/routes/graphs/GameGroupSelection.svelte +++ b/src/routes/graphs/GameGroupSelection.svelte @@ -1,99 +1,106 @@ - - - - - - - - - - - - - + + {#each gameGroups as group} + + + + + {/each} diff --git a/src/routes/graphs/GameSelection.svelte b/src/routes/graphs/GameSelection.svelte index e1b8b23..1ba0952 100644 --- a/src/routes/graphs/GameSelection.svelte +++ b/src/routes/graphs/GameSelection.svelte @@ -1,24 +1,23 @@ - - - - - - - - - + + {#each gameList as game} + + + + + {/each} -