From 118840d6ce0bb90c3cf40c362dbb967a2d4fecc6 Mon Sep 17 00:00:00 2001 From: Phillip Thelen Date: Fri, 22 Aug 2025 14:04:03 +0200 Subject: [PATCH] lint --- .../admin/admin-panel/user-support/index.vue | 24 ++++-- .../user-support/partyAndQuest.vue | 22 ++--- .../user-support/subscriptionAndPerks.vue | 72 ++++++++++------ .../client/src/components/admin/formRow.vue | 86 +++++++++++-------- .../admin/groups/group-support/groupPlan.vue | 29 ++++--- .../admin/groups/group-support/index.vue | 40 +++++---- .../admin/groups/group-support/quest.vue | 47 +++++----- 7 files changed, 186 insertions(+), 134 deletions(-) diff --git a/website/client/src/components/admin/admin-panel/user-support/index.vue b/website/client/src/components/admin/admin-panel/user-support/index.vue index 7fc86366e6..fc95561b7d 100644 --- a/website/client/src/components/admin/admin-panel/user-support/index.vue +++ b/website/client/src/components/admin/admin-panel/user-support/index.vue @@ -5,19 +5,25 @@ class="row" >
- +
+ +
+ - diff --git a/website/client/src/components/admin/admin-panel/user-support/subscriptionAndPerks.vue b/website/client/src/components/admin/admin-panel/user-support/subscriptionAndPerks.vue index b415404ea7..bddfd175af 100644 --- a/website/client/src/components/admin/admin-panel/user-support/subscriptionAndPerks.vue +++ b/website/client/src/components/admin/admin-panel/user-support/subscriptionAndPerks.vue @@ -136,8 +136,9 @@
+ />
+ label="Creation date" + :suffix="dateFormat(hero.purchased.plan.dateCreated)" + /> + label="Current sub start date" + :suffix="dateFormat(hero.purchased.plan.dateCurrentTypeCreated)" + /> + label="Termination date" + :suffix="dateFormat(hero.purchased.plan.dateTerminated)" + > -