feat: Update layout in ProfilePage.vue

This commit is contained in:
2025-04-24 01:20:06 -04:00
parent 23a2a23ba2
commit 0aa299efbb

View File

@@ -209,14 +209,6 @@ function downloadQRCode() {
</button> </button>
</div> </div>
</div>
<div class="card">
<div class="card-title">
{{ t('contactInfo') }}
</div>
<div class="content"> <div class="content">
<button class="action" @click="openDialog('EmailDialog')"> <button class="action" @click="openDialog('EmailDialog')">
<span class="label">{{ t('email') }}</span> <span class="label">{{ t('email') }}</span>
@@ -254,16 +246,25 @@ function downloadQRCode() {
<span class="chevron"><v-icon>mdi-chevron-right</v-icon></span> <span class="chevron"><v-icon>mdi-chevron-right</v-icon></span>
</button> </button>
<!-- STRIPE -->
<button class="action" @click="openDialog('ChangeStripeIdDialog')">
<span class="label">{{ t('stripeAccountId') }}</span>
<span class="value">{{ creatorProfileStore.creator.stripeId }}</span>
<span class="chevron"><v-icon>mdi-chevron-right</v-icon></span>
</button>
</div> </div>
</div> </div>
<div class="card">
<div class="card-title">
{{ t('payment-information') }}
</div>
<!-- STRIPE -->
<button class="action" @click="openDialog('ChangeStripeIdDialog')">
<span class="label">{{ t('stripeAccountId') }}</span>
<span class="value">{{ creatorProfileStore.creator.stripeId }}</span>
<span class="chevron"><v-icon>mdi-chevron-right</v-icon></span>
</button>
</div>
<div class="card"> <div class="card">
<div class="card-title"> <div class="card-title">
{{ t('socialNetworks') }} {{ t('socialNetworks') }}
@@ -523,7 +524,6 @@ function downloadQRCode() {
"personalInfo": "Personal Information", "personalInfo": "Personal Information",
"fullName": "Full Name", "fullName": "Full Name",
"alias": "Alias", "alias": "Alias",
"contactInfo": "Contact Information",
"email": "Email", "email": "Email",
"creatorInfo": "Creator Information", "creatorInfo": "Creator Information",
"dangerZone": "Danger Zone", "dangerZone": "Danger Zone",
@@ -537,13 +537,13 @@ function downloadQRCode() {
"handle": "Creator Handle", "handle": "Creator Handle",
"qrCode": "QR Code", "qrCode": "QR Code",
"qrCodeDescription": "Print this QR code to share your Hutopy with the world! Perfect for business cards, social media, and promotional materials.", "qrCodeDescription": "Print this QR code to share your Hutopy with the world! Perfect for business cards, social media, and promotional materials.",
"downloadQRCode": "Download QR Code" "downloadQRCode": "Download QR Code",
"payment-information": "Payment Information"
}, },
"fr": { "fr": {
"personalInfo": "Informations Personnelles", "personalInfo": "Informations Personnelles",
"fullName": "Nom Complet", "fullName": "Nom Complet",
"alias": "Alias", "alias": "Alias",
"contactInfo": "Informations de Contact",
"email": "Email", "email": "Email",
"creatorInfo": "Informations du Créateur", "creatorInfo": "Informations du Créateur",
"dangerZone": "Zone de Danger", "dangerZone": "Zone de Danger",
@@ -557,13 +557,13 @@ function downloadQRCode() {
"handle": "Identifiant du créateur", "handle": "Identifiant du créateur",
"qrCode": "Code QR", "qrCode": "Code QR",
"qrCodeDescription": "Imprimez ce code QR pour partager votre Hutopy avec le monde ! Parfait pour les cartes de visite, les réseaux sociaux et les supports promotionnels.", "qrCodeDescription": "Imprimez ce code QR pour partager votre Hutopy avec le monde ! Parfait pour les cartes de visite, les réseaux sociaux et les supports promotionnels.",
"downloadQRCode": "Télécharger le Code QR" "downloadQRCode": "Télécharger le Code QR",
"payment-information": "Informations de Paiement"
}, },
"es": { "es": {
"personalInfo": "Información Personal", "personalInfo": "Información Personal",
"fullName": "Nombre Completo", "fullName": "Nombre Completo",
"alias": "Alias", "alias": "Alias",
"contactInfo": "Información de Contacto",
"email": "Correo Electrónico", "email": "Correo Electrónico",
"creatorInfo": "Información del Creador", "creatorInfo": "Información del Creador",
"dangerZone": "Zona de Peligro", "dangerZone": "Zona de Peligro",
@@ -577,7 +577,8 @@ function downloadQRCode() {
"handle": "Identificador del creador", "handle": "Identificador del creador",
"qrCode": "Código QR", "qrCode": "Código QR",
"qrCodeDescription": "¡Imprime este código QR para compartir tu Hutopy con el mundo! Perfecto para tarjetas de presentación, redes sociales y materiales promocionales.", "qrCodeDescription": "¡Imprime este código QR para compartir tu Hutopy con el mundo! Perfecto para tarjetas de presentación, redes sociales y materiales promocionales.",
"downloadQRCode": "Descargar Código QR" "downloadQRCode": "Descargar Código QR",
"payment-information": "Información de Pago"
} }
} }
</i18n> </i18n>