From 8e4ea7887375e0dbf172f7ae528df4c117f06937 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rn-Michael=20Miehe?= Date: Thu, 2 Nov 2023 00:37:00 +0000 Subject: [PATCH] move api credentials to pinia store --- ui/src/App.vue | 10 +++----- ui/src/components/AdminButton.vue | 32 +++++++----------------- ui/src/plugins/advent22.ts | 37 ++++++---------------------- ui/src/plugins/store.ts | 41 +++++++++++++++++++++---------- 4 files changed, 48 insertions(+), 72 deletions(-) diff --git a/ui/src/App.vue b/ui/src/App.vue index 8f4d914..284ec32 100644 --- a/ui/src/App.vue +++ b/ui/src/App.vue @@ -8,7 +8,7 @@
- +
@@ -22,10 +22,7 @@
- +
@@ -33,6 +30,7 @@