From 50983fc0cdd87bb30d97c2855cee74bee18eab1e Mon Sep 17 00:00:00 2001 From: J-onasJones Date: Tue, 18 Jun 2024 19:39:51 +0200 Subject: [PATCH] added basic dashboard --- src/routes/Dashboard.svelte | 72 +++++++++++++++++++++++++++++++++++++ 1 file changed, 72 insertions(+) diff --git a/src/routes/Dashboard.svelte b/src/routes/Dashboard.svelte index e69de29..c016074 100644 --- a/src/routes/Dashboard.svelte +++ b/src/routes/Dashboard.svelte @@ -0,0 +1,72 @@ + + + +

New Post

+ +
+ +

+ + +

+ + +

+ + +

+ + +

+ + +

+ + +

+ + +

+ + +
+ +//TODO: fix access control allow origin on actual response in worker. OPTIONS request is already fixed \ No newline at end of file