From 8f028caaad2597a06904d51ae067972be0ead0a5 Mon Sep 17 00:00:00 2001 From: Daniel Bulant Date: Fri, 20 Jan 2023 23:04:10 +0100 Subject: [PATCH] more animations --- client/src/lib/nameChoose.svelte | 4 +++- client/src/routes/+page.svelte | 22 +++++++++++++++++++--- 2 files changed, 22 insertions(+), 4 deletions(-) diff --git a/client/src/lib/nameChoose.svelte b/client/src/lib/nameChoose.svelte index 298e54f..1d69d0d 100644 --- a/client/src/lib/nameChoose.svelte +++ b/client/src/lib/nameChoose.svelte @@ -30,13 +30,15 @@

What is your nickname

-

This name is publicly visible and needs to be unique among the connected players.

+

This name is publicly visible and needs to be unique among the connected players. Minimum 2 characters.

+ +

In case of invalid username you will not be able to connect. It's kind of hard to check the exact reason.

{/if} diff --git a/client/src/routes/+page.svelte b/client/src/routes/+page.svelte index eafafea..c919935 100644 --- a/client/src/routes/+page.svelte +++ b/client/src/routes/+page.svelte @@ -1,17 +1,32 @@ + + Ultimate tictactoe +{#if shown}
-
+
+{/if}