From 4ba85e7c088399200891439e43f555368642eb1e Mon Sep 17 00:00:00 2001 From: Mika Date: Thu, 11 Jul 2024 10:38:55 +0200 Subject: [PATCH] web: added group add dialog --- web/src/components/HeaderBar.vue | 73 ++++++++++++++++++++++++++++---- 1 file changed, 64 insertions(+), 9 deletions(-) diff --git a/web/src/components/HeaderBar.vue b/web/src/components/HeaderBar.vue index d6419e6..d7d6651 100644 --- a/web/src/components/HeaderBar.vue +++ b/web/src/components/HeaderBar.vue @@ -5,7 +5,54 @@
+ + + + + + + + + + + Add Group + + + Add a Group to the Database + + +
+ +
+
+ + + + + + + + + + +
+
+
+ + @@ -87,8 +134,9 @@ - + + @@ -147,14 +195,8 @@