From 65b77cff85835ff70219a52d66aa171324073802 Mon Sep 17 00:00:00 2001 From: BurnLP2013 Date: Thu, 11 Jul 2024 12:41:17 +0200 Subject: [PATCH] Updated License Note field with buttons --- web/src/components/HeaderBar.vue | 43 ++--------------------- web/src/components/ListViewElement.vue | 48 +++++++++++++++++++------- 2 files changed, 38 insertions(+), 53 deletions(-) diff --git a/web/src/components/HeaderBar.vue b/web/src/components/HeaderBar.vue index 1ff12cd..d24018c 100644 --- a/web/src/components/HeaderBar.vue +++ b/web/src/components/HeaderBar.vue @@ -133,42 +133,7 @@ - - - - - - - - - - - - Edit License - - - Edit a License inside the Database - - - - - - - - - - - - - - - - - + @@ -196,7 +161,7 @@ import { store } from "@/store"; import { SubmitEventPromise } from "vuetify"; import { ref } from "vue"; -import { Plus, LogOut, Pencil, FolderPlus } from "lucide-vue-next"; +import { Plus, LogOut, FolderPlus } from "lucide-vue-next"; function handlelogout() { store.setToken(null); @@ -240,11 +205,7 @@ const addNotes = ref(""); const addStartDate = ref(); const addStopDate = ref(); -// -// EDIT SECTION -// -const edit = ref(false);