From 614bb91c5acdc05127a1c6873f3a28e6e02f70c2 Mon Sep 17 00:00:00 2001 From: Mika Bomm Date: Thu, 5 Sep 2024 12:13:49 +0200 Subject: [PATCH] add init user profile button placeholders and spacer between the actions and search bar --- web/src/components/NavBar.vue | 31 ++++++++++++++++++++++++++++++- 1 file changed, 30 insertions(+), 1 deletion(-) diff --git a/web/src/components/NavBar.vue b/web/src/components/NavBar.vue index d4f7ff8..de446f8 100644 --- a/web/src/components/NavBar.vue +++ b/web/src/components/NavBar.vue @@ -2,6 +2,7 @@ import { ref } from "vue"; const showSearch = ref(false); +const userProfileActions = ref(false);