From fe77b2c28d154ffaa5c13f4a1028729cdecc3e5e Mon Sep 17 00:00:00 2001 From: JustTemmie <47639983+JustTemmie@users.noreply.github.com> Date: Thu, 17 Jul 2025 17:08:29 +0200 Subject: [PATCH] feat: start adding popup --- components/Guild/MemberEntry.vue | 28 +++++++++++----------- components/Modal/ProfilePopup.vue | 39 +++++++++++++++++++++++++++++++ 2 files changed, 53 insertions(+), 14 deletions(-) create mode 100644 components/Modal/ProfilePopup.vue diff --git a/components/Guild/MemberEntry.vue b/components/Guild/MemberEntry.vue index 3d102e0..1562ee5 100644 --- a/components/Guild/MemberEntry.vue +++ b/components/Guild/MemberEntry.vue @@ -1,33 +1,33 @@ diff --git a/components/Modal/ProfilePopup.vue b/components/Modal/ProfilePopup.vue new file mode 100644 index 0000000..062412a --- /dev/null +++ b/components/Modal/ProfilePopup.vue @@ -0,0 +1,39 @@ + + + + + \ No newline at end of file