From 78c4e2b46b102b1a58b1681c070f2a13d8d3824a Mon Sep 17 00:00:00 2001 From: clonbg Date: Thu, 14 Aug 2025 09:11:58 +0200 Subject: [PATCH] Add logout button and display header on loading state --- app/components/AppFooter.vue | 2 +- app/components/NavBar.vue | 16 ++++++++++++++-- 2 files changed, 15 insertions(+), 3 deletions(-) diff --git a/app/components/AppFooter.vue b/app/components/AppFooter.vue index 1024e1b..000f65c 100644 --- a/app/components/AppFooter.vue +++ b/app/components/AppFooter.vue @@ -4,7 +4,7 @@ app color="secondary" height="30" - v-if="status === 'authenticated'" + v-if="status !== 'unauthenticated'" > © {{ new Date().getFullYear() }} SharedLists - All Rights Reserved diff --git a/app/components/NavBar.vue b/app/components/NavBar.vue index 65cdf16..d4e9d95 100644 --- a/app/components/NavBar.vue +++ b/app/components/NavBar.vue @@ -3,7 +3,7 @@ @@ -18,6 +18,11 @@ + @@ -47,8 +52,15 @@