diff --git a/frontend/components/Chart/Line.vue b/frontend/components/Chart/Line.vue
index 014f20c..c74e759 100644
--- a/frontend/components/Chart/Line.vue
+++ b/frontend/components/Chart/Line.vue
@@ -1,14 +1,8 @@
-
+
+ {{ styles }}
+
+
+
+
diff --git a/frontend/composables/use-css-var.ts b/frontend/composables/use-css-var.ts
index 2eb7084..56ee2dc 100644
--- a/frontend/composables/use-css-var.ts
+++ b/frontend/composables/use-css-var.ts
@@ -119,8 +119,6 @@ export function useCssVar(name: string, options?: VarOptions) {
val += `, ${options.transparency}`;
}
- console.log(`hsla(${val})`);
-
return `hsla(${val})`;
});
}
diff --git a/frontend/layouts/default.vue b/frontend/layouts/default.vue
index df89ca5..8dff148 100644
--- a/frontend/layouts/default.vue
+++ b/frontend/layouts/default.vue
@@ -12,70 +12,75 @@
-
+
-
+
-
-
-
-
Kotelman House
-
-
- HK
-
-
-
-
-
-
-
-
- -
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
Welcome, {{ username }}
+
+
+
+
+
+
+
+
+
+ -
+
+
+
+
+
+
+
+
+
+
+
+
@@ -86,6 +91,8 @@
import { useLabelStore } from "~~/stores/labels";
import { useLocationStore } from "~~/stores/locations";
+ const username = computed(() => authStore.self?.name || "User");
+
const modals = reactive({
item: false,
location: false,
@@ -116,6 +123,13 @@
const route = useRoute();
+ const drawerToggle = ref();
+
+ function unfocus() {
+ // unfocus current element
+ drawerToggle.value = false;
+ }
+
const nav = [
{
icon: "mdi-home",
diff --git a/frontend/pages/home/index.vue b/frontend/pages/home/index.vue
index 8739ff8..372c0a9 100644
--- a/frontend/pages/home/index.vue
+++ b/frontend/pages/home/index.vue
@@ -1,7 +1,6 @@
-
-
-
+
Quick Statistics
diff --git a/frontend/pages/profile.vue b/frontend/pages/profile.vue
index f2f32fe..fe3c3ef 100644
--- a/frontend/pages/profile.vue
+++ b/frontend/pages/profile.vue
@@ -22,8 +22,6 @@
if (group.value) {
group.value.currency = currency.value.code;
}
-
- console.log(group.value);
});
const currencyExample = computed(() => {