From 5ee149d5279408c0a0ee3e7e91e88241b2fb17ff Mon Sep 17 00:00:00 2001 From: Mitchell Riedstra Date: Tue, 3 Jan 2023 19:29:58 -0500 Subject: Creating new pastes from the UI works. As does the login page. Still need to redirect to login page automatically. Also need to show only one of Logout or Login at a time. --- ui/src/routes/view/[id]/+page.svelte | 24 ++++++++++++++++++++---- 1 file changed, 20 insertions(+), 4 deletions(-) (limited to 'ui/src/routes/view') diff --git a/ui/src/routes/view/[id]/+page.svelte b/ui/src/routes/view/[id]/+page.svelte index 0fc865f..f621dbf 100644 --- a/ui/src/routes/view/[id]/+page.svelte +++ b/ui/src/routes/view/[id]/+page.svelte @@ -1,14 +1,13 @@

ID: {data.id}

@@ -39,6 +53,8 @@ + +
{data.reqJson.Content}
@@ -60,4 +76,4 @@ } - \ No newline at end of file + -- cgit v1.2.3