From cbc86fcccda27c276a41e1237593c7884674d0d6 Mon Sep 17 00:00:00 2001 From: Erzangel Date: Sat, 11 May 2024 19:43:39 +0200 Subject: [PATCH] feat: new login & lobby full bourred --- components/LobbyView.vue | 185 ++++++++++++++++++++++++++++++++++++++- components/LoginView.vue | 97 ++++++++++++++++++-- 2 files changed, 270 insertions(+), 12 deletions(-) diff --git a/components/LobbyView.vue b/components/LobbyView.vue index 83ef78c..256b420 100644 --- a/components/LobbyView.vue +++ b/components/LobbyView.vue @@ -1,10 +1,189 @@ + + - \ No newline at end of file + \ No newline at end of file diff --git a/components/LoginView.vue b/components/LoginView.vue index 89f4782..b051141 100644 --- a/components/LoginView.vue +++ b/components/LoginView.vue @@ -13,15 +13,94 @@ async function discordLogin() { - \ No newline at end of file + \ No newline at end of file