From 5131ae0bc45a5585e20e2e03854ae7e3bd0c9c37 Mon Sep 17 00:00:00 2001 From: Admin Date: Tue, 3 Mar 2026 14:03:32 +0500 Subject: [PATCH] =?UTF-8?q?feat(ui):=20update=20nav=20=E2=80=94=20show=20B?= =?UTF-8?q?rowse=20link,=20username,=20and=20Sign=20out=20when=20logged=20?= =?UTF-8?q?in?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ui/src/routes/+layout.svelte | 29 ++++++++++++++++++++++++++++- 1 file changed, 28 insertions(+), 1 deletion(-) diff --git a/ui/src/routes/+layout.svelte b/ui/src/routes/+layout.svelte index da3c203..6e4c68e 100644 --- a/ui/src/routes/+layout.svelte +++ b/ui/src/routes/+layout.svelte @@ -1,7 +1,9 @@ @@ -16,9 +18,34 @@ libnovel + {#if data.user} Library + + Browse + +
+ +
+ +
+
+ {:else} + + {/if}