Finish MVP

This commit is contained in:
2023-12-05 17:55:48 +01:00
parent 0fc220ce94
commit 224a3929aa
12 changed files with 270 additions and 10 deletions

View File

@@ -1,5 +1,6 @@
<script lang="ts">
import {statsRepo} from "./repo/repo.ts";
import {t} from "astro-i18n";
export let gamemode: string;
@@ -16,9 +17,9 @@
<div>
<table>
<tr class="font-bold">
<td>Platz</td>
<td>Spieler</td>
<td>Elo</td>
<td>{t("elo.place")}</td>
<td>{t("elo.name")}</td>
<td>{t("elo.elo")}</td>
</tr>
{#each data as player, i}
<tr>