Add experimental Search Feature

This commit is contained in:
2024-08-02 01:26:05 +02:00
parent f0426f5225
commit 4778429452
9 changed files with 251 additions and 9 deletions

View File

@@ -22,7 +22,6 @@
import {server} from "./stores/stores.ts";
</script>
{#await $server}
{:then data}
{#await $server then data}
{data.players.online}
{/await}