From 8a2d23df264704eb51671b3a972274f6549fab56 Mon Sep 17 00:00:00 2001 From: DecDuck Date: Sat, 12 Oct 2024 17:44:23 +1100 Subject: [PATCH] slight ui/ux fixes and updates to auth protocol --- components/Header.vue | 14 +++++++++++--- pages/index.vue | 7 ++++--- pages/store/index.vue | 3 +++ src-tauri/src/auth.rs | 10 ++++++++-- 4 files changed, 26 insertions(+), 8 deletions(-) create mode 100644 pages/store/index.vue diff --git a/components/Header.vue b/components/Header.vue index b043055..5b257de 100644 --- a/components/Header.vue +++ b/components/Header.vue @@ -10,12 +10,18 @@ @@ -68,6 +74,8 @@ const navigation: Array = [ }, ]; +const currentPageIndex = useCurrentNavigationIndex(navigation); + const quickActions: Array = [ { icon: UserGroupIcon, diff --git a/pages/index.vue b/pages/index.vue index 10332f7..bba5f6e 100644 --- a/pages/index.vue +++ b/pages/index.vue @@ -1,5 +1,6 @@ - +