From 0e27defbdc5709381682c55efade31a33476186d Mon Sep 17 00:00:00 2001 From: DariusTFox Date: Wed, 8 Dec 2021 13:54:31 +0200 Subject: [PATCH] Partial API frontend implementation --- client/src/App.svelte | 21 ++++-- client/src/CreateAccount.svelte | 12 ++- client/src/MainPage.svelte | 8 +- client/src/api.js | 125 ++++++++++++++++++++++++++++++++ 4 files changed, 156 insertions(+), 10 deletions(-) diff --git a/client/src/App.svelte b/client/src/App.svelte index 0f9a314..5c629fe 100644 --- a/client/src/App.svelte +++ b/client/src/App.svelte @@ -1,6 +1,6 @@