From 665b934e35911efc378f6692256b570e8261ba29 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Tue, 3 Sep 2024 13:11:53 +0200 Subject: [PATCH] Improve admin panel stats input --- .../admin-panel/user-support/stats-row.vue | 70 +++++ .../admin-panel/user-support/stats.vue | 280 ++++++++---------- .../user-support/subscriptionAndPerks.vue | 1 + .../admin-panel/user-support/userProfile.vue | 5 +- 4 files changed, 201 insertions(+), 155 deletions(-) create mode 100644 website/client/src/components/admin-panel/user-support/stats-row.vue diff --git a/website/client/src/components/admin-panel/user-support/stats-row.vue b/website/client/src/components/admin-panel/user-support/stats-row.vue new file mode 100644 index 0000000000..ceec653771 --- /dev/null +++ b/website/client/src/components/admin-panel/user-support/stats-row.vue @@ -0,0 +1,70 @@ + + + + + diff --git a/website/client/src/components/admin-panel/user-support/stats.vue b/website/client/src/components/admin-panel/user-support/stats.vue index 023cf39e0b..6a654dd5d6 100644 --- a/website/client/src/components/admin-panel/user-support/stats.vue +++ b/website/client/src/components/admin-panel/user-support/stats.vue @@ -14,151 +14,107 @@ v-if="expand" class="card-body" > -
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
+ + + + +

Stat Points

-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- -
-
+ + + + +
- -
Error: Sum of stat points should equal the users level +
+ Error: Sum of stat points should equal the users level

Buffs

+ + + +
- -
- -
-
-
- -
- -
-
-
- -
- -
-
-
- -
- +
+
@@ -183,28 +139,23 @@ margin-left: 0px; margin-right: 0px; } - - .red-label { - color: $red_100; - } - .blue-label { - color: $blue_100; - } - .purple-label { - color: $purple_300; - } - .yellow-label { - color: $yellow_50; - } diff --git a/website/client/src/components/admin-panel/user-support/subscriptionAndPerks.vue b/website/client/src/components/admin-panel/user-support/subscriptionAndPerks.vue index 27e9105a6c..267daa8364 100644 --- a/website/client/src/components/admin-panel/user-support/subscriptionAndPerks.vue +++ b/website/client/src/components/admin-panel/user-support/subscriptionAndPerks.vue @@ -1,5 +1,6 @@