From 86fbaa25103ceafe0e96ff838ea7e8a2f2cf2ad3 Mon Sep 17 00:00:00 2001 From: Spythere Date: Fri, 20 Feb 2026 01:27:35 +0100 Subject: [PATCH] chore(profile): moved player avatar and its logic to separate component --- .../PlayerProfileView/ProfilePlayerAvatar.vue | 72 ++++++++++ .../PlayerProfileView/ProfileSummary.vue | 125 +++++++++++------- src/views/PlayerProfileView.vue | 34 +---- 3 files changed, 147 insertions(+), 84 deletions(-) create mode 100644 src/components/PlayerProfileView/ProfilePlayerAvatar.vue diff --git a/src/components/PlayerProfileView/ProfilePlayerAvatar.vue b/src/components/PlayerProfileView/ProfilePlayerAvatar.vue new file mode 100644 index 0000000..00d41d5 --- /dev/null +++ b/src/components/PlayerProfileView/ProfilePlayerAvatar.vue @@ -0,0 +1,72 @@ + + + + + diff --git a/src/components/PlayerProfileView/ProfileSummary.vue b/src/components/PlayerProfileView/ProfileSummary.vue index 2b8cc78..28956d4 100644 --- a/src/components/PlayerProfileView/ProfileSummary.vue +++ b/src/components/PlayerProfileView/ProfileSummary.vue @@ -2,14 +2,7 @@
- player image - - +

@@ -228,7 +221,7 @@