From 53676763ea70953c665417530d38a3573d3d516b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tim=20Gr=C3=B6ger?= Date: Sat, 7 Mar 2020 15:00:52 +0100 Subject: [PATCH] finished ##217 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit fixed bug that when you search in barCreditList or finanzerOverview, with 2 strings e.g. full name fixed bug when you click on a name in searchbar in finanzerOverview, that you get the profile of the user you dont need to click button "hinzufügen" --- src/App.vue | 147 +++++++++++++++++- src/components/TitleBar.vue | 2 +- src/components/baruser/CreditLists.vue | 39 +++-- src/components/finanzer/Overview.vue | 20 +-- src/components/vorstand/ServiceManagement.vue | 18 ++- src/plugins/routes.js | 3 + src/store/modules/barUsers.js | 5 + src/store/modules/finanzerUsers.js | 9 ++ src/store/modules/jobRequests.js | 4 + src/store/modules/jobs.js | 5 + src/store/modules/login.js | 45 +++++- src/store/modules/pricelist.js | 12 +- src/store/modules/serviceManagement.js | 5 + src/store/modules/user.js | 6 + src/store/modules/userManager.js | 4 + 15 files changed, 289 insertions(+), 35 deletions(-) diff --git a/src/App.vue b/src/App.vue index 8db0818..417b731 100644 --- a/src/App.vue +++ b/src/App.vue @@ -3,9 +3,35 @@ - © {{ new Date().getFullYear() }} Studentenclub Wu 5 e.v. + +
+ + {{ calcTime }} + +
+ + + + Zeit bis zum Logout ändern + + + + + + + Abbrechen + Speichern + + +
@@ -13,12 +39,123 @@ diff --git a/src/components/TitleBar.vue b/src/components/TitleBar.vue index eb00664..d480505 100644 --- a/src/components/TitleBar.vue +++ b/src/components/TitleBar.vue @@ -1,6 +1,6 @@