Finish MVP
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user