From e6b68fe6c6c3e778e43df8fa96b52aedf7c74978 Mon Sep 17 00:00:00 2001 From: sibios <> Date: Fri, 10 Jan 2025 19:17:00 -0800 Subject: [PATCH] re-arrange ManageMember tab-panels to match tab orders to fix ui quirk (click right but UI scrolls left) --- .../components/AdminTools/ManageMember.vue | 1402 ++++++++--------- 1 file changed, 701 insertions(+), 701 deletions(-) diff --git a/src-frontend/src/components/AdminTools/ManageMember.vue b/src-frontend/src/components/AdminTools/ManageMember.vue index d61a68ae..469e0209 100644 --- a/src-frontend/src/components/AdminTools/ManageMember.vue +++ b/src-frontend/src/components/AdminTools/ManageMember.vue @@ -422,320 +422,426 @@ - -
- {{ $t('adminTools.userEvents') }} -
- - - - + + + + {{ $t(`adminTools.membershipTier`) }} + + + {{ $t(`adminTools.billingPlan`) }} + + + {{ $t(`adminTools.billingCycleAnchor`) }} + + {{ $t(`adminTools.startDate`) }} + + {{ $t(`adminTools.currentPeriodEnd`) }} + + + + + + + + {{ + billing.subscription.membershipTier.name + }} + + + {{ + $t('paymentPlans.intervalDescription', { + currency: + billing.subscription.membershipPlan.currency.toUpperCase(), + amount: $n( + billing.subscription.membershipPlan.cost / 100, + 'currency', + siteLocaleCurrency + ), + interval: $tc( + `paymentPlans.interval.${billing.subscription.membershipPlan.interval.toLowerCase()}`, + billing.subscription.membershipPlan.intervalAmount + ), + }) + }} + + + {{ formatDate(billing.subscription.billingCycleAnchor) }} + + + {{ formatDate(billing.subscription.startDate) }} + + + {{ formatDate(billing.subscription.currentPeriodEnd) }} + + + + + - + + + + {{ formatDate(billing.subscription.billingCycleAnchor) }} + + + {{ $t(`adminTools.billingCycleAnchor`) }} + + + - - + + + + {{ formatDate(billing.subscription.currentPeriodEnd) }} + + + {{ $t(`adminTools.currentPeriodEnd`) }} + + + -
- {{ $t('adminTools.userDoorLogs') }} -
+ + + + {{ formatDate(billing.subscription.cancelAt) }} + + + {{ $t(`adminTools.cancelAt`) }} + + + - - + + +
+
+ {{ $t('adminTools.billingInfo') }} +
+ + + + + + {{ $t(`memberbucks.lastPurchase`) }} + + + {{ $t(`memberbucks.cardExpiry`) }} + + {{ $t(`memberbucks.last4`) }} + + + + + +
+ {{ this.formatWhen(billing?.memberbucks.lastPurchase) }} + + {{ + this.formatDate(billing?.memberbucks.lastPurchase) + }} + +
+
+ {{ $t('error.noValue') }} +
+ + + {{ + billing?.memberbucks.stripe_card_expiry || + $t('error.noValue') + }} + + + {{ + billing?.memberbucks.stripe_card_last_digits || + $t('error.noValue') + }} + + + +
- + + + +
+ {{ this.formatWhen(billing?.memberbucks.lastPurchase) }} + + {{ + this.formatDate(billing?.memberbucks.lastPurchase) + }} + +
+
+ {{ $t('error.noValue') }} +
+
+ + {{ $t(`memberbucks.lastPurchase`) }} + +
+
- - - + + +
+ +
-
- {{ $t('adminTools.userInterlockLogs') }} + +
+ {{ $t('adminTools.userEvents') }}
- @@ -789,7 +895,7 @@ - + + - - - - {{ formatDate(billing.subscription.currentPeriodEnd) }} - - - {{ $t(`adminTools.currentPeriodEnd`) }} - - - + + -
- {{ $t(`adminTools.noSubscription`) }} -
-
+
+ {{ $t('adminTools.userInterlockLogs') }} +
-
-
- {{ $t('adminTools.billingInfo') }} + + - - - - - {{ $t(`memberbucks.lastPurchase`) }} - - - {{ $t(`memberbucks.cardExpiry`) }} - - {{ $t(`memberbucks.last4`) }} - - - - - -
- {{ this.formatWhen(billing?.memberbucks.lastPurchase) }} - - {{ - this.formatDate(billing?.memberbucks.lastPurchase) - }} - -
-
- {{ $t('error.noValue') }} -
- - - {{ - billing?.memberbucks.stripe_card_expiry || - $t('error.noValue') - }} - - - {{ - billing?.memberbucks.stripe_card_last_digits || - $t('error.noValue') - }} - - - -
- - + - - - -
- {{ this.formatWhen(billing?.memberbucks.lastPurchase) }} - - {{ - this.formatDate(billing?.memberbucks.lastPurchase) - }} - -
-
- {{ $t('error.noValue') }} -
-
- - {{ $t(`memberbucks.lastPurchase`) }} - -
-
+ +
+ - - - - {{ - billing?.memberbucks.stripe_card_expiry || - $t('error.noValue') - }} - - - {{ $t(`memberbucks.cardExpiry`) }} - - - + - - + +