From 3dc1e463291c476e6823ab31450c6d945b375a17 Mon Sep 17 00:00:00 2001 From: Sam Date: Wed, 11 Aug 2021 22:21:26 +0200 Subject: [PATCH] Client - minor refactor --- fittrackee_client/src/App.vue | 1 + fittrackee_client/src/api/authApi.ts | 1 + fittrackee_client/src/api/defaultApi.ts | 1 + .../src/components/Common/Dropdown.vue | 1 + fittrackee_client/src/components/NavBar.vue | 2 +- fittrackee_client/src/components/User/LoginForm.vue | 1 + fittrackee_client/src/main.ts | 5 +++-- fittrackee_client/src/router/index.ts | 1 + fittrackee_client/src/store/index.ts | 1 + fittrackee_client/src/store/modules/root/getters.ts | 1 + fittrackee_client/src/store/modules/root/index.ts | 1 + .../src/store/modules/root/mutations.ts | 1 + fittrackee_client/src/store/modules/user/actions.ts | 5 +++-- fittrackee_client/src/store/modules/user/enums.ts | 2 ++ fittrackee_client/src/store/modules/user/getters.ts | 1 + fittrackee_client/src/store/modules/user/index.ts | 1 + .../src/store/modules/user/interfaces.ts | 13 +++++++------ .../src/store/modules/user/mutations.ts | 3 ++- fittrackee_client/src/views/Login.vue | 1 + fittrackee_client/src/views/NotFound.vue | 1 + 20 files changed, 32 insertions(+), 12 deletions(-) diff --git a/fittrackee_client/src/App.vue b/fittrackee_client/src/App.vue index 5036dcfd..c15c28d1 100644 --- a/fittrackee_client/src/App.vue +++ b/fittrackee_client/src/App.vue @@ -6,6 +6,7 @@