update admin panel

This commit is contained in:
Emily
2025-02-12 16:49:19 +01:00
parent f5882bff9f
commit af6dff57ed
9 changed files with 524 additions and 32 deletions

View File

@@ -167,7 +167,7 @@ function getLogBg(last_logged_at?: string) {
const tabs: CItem[] = [
{ label: 'Overview', slot: 'overview' },
{ label: 'Premiums', slot: 'premiums' },
{ label: 'Users', slot: 'users' },
{ label: 'Feedbacks', slot: 'feedbacks' },
{ label: 'OnBoarding', slot: 'onboarding' },
{ label: 'Backend', slot: 'backend' }
@@ -183,6 +183,9 @@ const tabs: CItem[] = [
<template #overview>
<AdminOverview></AdminOverview>
</template>
<template #users>
<AdminUsers></AdminUsers>
</template>
</CustomTab>
</div>