Added Editor Game and Wall Display

This commit is contained in:
2026-01-02 02:59:40 +01:00
parent dc2766f0ef
commit 7be5921ef6
9 changed files with 372 additions and 38 deletions

View File

@@ -79,11 +79,13 @@
</script>
<div class="flex h-full flex-col">
<div class="flex items-center gap-4">
<div class="mr-4 flex items-center gap-4">
<h1 class="m-4 mb-8 text-7xl font-bold">Editor</h1>
<button class="btn" type="button" onclick={() => (showNewGame = true)}
><i class="fa-solid fa-plus"></i> Neues Spiel</button
>
<div class="grow"></div>
<button class="btn" type="button" onclick={() => goto("/")}>Zurück</button>
</div>
{#if games.length > 0}
<div class="flex flex-col space-y-4 overflow-y-auto">