diff --git a/web/pw-server/src/lib/components/matches/BotMatchList.svelte b/web/pw-server/src/lib/components/matches/BotMatchList.svelte index 959cd07..4a00909 100644 --- a/web/pw-server/src/lib/components/matches/BotMatchList.svelte +++ b/web/pw-server/src/lib/components/matches/BotMatchList.svelte @@ -1,19 +1,84 @@
{#each botMatches as botMatch} {/each} + {#if loading} +
Loading...
+ {/if}
diff --git a/web/pw-server/src/routes/bots/[bot_name]/matches.svelte b/web/pw-server/src/routes/bots/[bot_name]/matches.svelte index a3c97cb..979054c 100644 --- a/web/pw-server/src/routes/bots/[bot_name]/matches.svelte +++ b/web/pw-server/src/routes/bots/[bot_name]/matches.svelte @@ -1,26 +1,21 @@
- +
+ +
+