show user history in admin panel

This commit is contained in:
Phillip Thelen
2024-08-28 13:42:19 +02:00
parent 38cad7102f
commit 0bd0ba096b
8 changed files with 292 additions and 7 deletions

View File

@@ -67,6 +67,11 @@
:reset-counter="resetCounter"
/>
<user-history
:hero="hero"
:reset-counter="resetCounter"
/>
<contributor-details
:hero="hero"
:reset-counter="resetCounter"
@@ -121,6 +126,7 @@ import Transactions from './transactions';
import SubscriptionAndPerks from './subscriptionAndPerks';
import CustomizationsOwned from './customizationsOwned.vue';
import Achievements from './achievements.vue';
import UserHistory from './userHistory.vue';
import { userStateMixin } from '../../../mixins/userState';
@@ -135,6 +141,7 @@ export default {
PrivilegesAndGems,
ContributorDetails,
Transactions,
UserHistory,
SubscriptionAndPerks,
UserProfile,
Achievements,