From f05f10ea56b21f15cefbc76277ead5806eb1cf18 Mon Sep 17 00:00:00 2001 From: lq64 Date: Wed, 10 Dec 2025 17:08:23 +0100 Subject: [PATCH] feat(ui): FRO-13 User Component (#18) Added possibility to log off as a user Co-authored-by: LQ63 Reviewed-on: https://git.janis-eccarius.de/KnockOutWhist/KnockOutWhist-Frontend/pulls/18 Reviewed-by: Janis Co-authored-by: lq64 Co-committed-by: lq64 --- src/components/User.vue | 81 ++++++++++++++++++++++++++++++++++++++ src/views/MainMenuView.vue | 24 ++++++----- 2 files changed, 96 insertions(+), 9 deletions(-) create mode 100644 src/components/User.vue diff --git a/src/components/User.vue b/src/components/User.vue new file mode 100644 index 0000000..5f89978 --- /dev/null +++ b/src/components/User.vue @@ -0,0 +1,81 @@ + + + + diff --git a/src/views/MainMenuView.vue b/src/views/MainMenuView.vue index 75a84c9..65f1fe1 100644 --- a/src/views/MainMenuView.vue +++ b/src/views/MainMenuView.vue @@ -1,18 +1,24 @@