feat(creator): allow text for description

This commit is contained in:
2025-04-25 01:22:11 -04:00
parent dcd4ec3b75
commit 57fbbf17a5
5 changed files with 47 additions and 26 deletions

View File

@@ -260,7 +260,7 @@ async function deconfigureStripe() {
</div>
<div class="content">
<button class="action" @click="openDialog('ChangeSlugDialog')">
<div class="action" @click="openDialog('ChangeSlugDialog')">
<span class="label">{{ t('handle') }}</span>
<span class="value">{{ baseURL }}/@{{ creatorProfileStore.creator.slug }}</span>
<button
@@ -272,7 +272,7 @@ async function deconfigureStripe() {
<v-icon>{{ copySuccess ? 'mdi-check' : 'mdi-content-copy' }}</v-icon>
</button>
<span class="chevron"><v-icon>mdi-chevron-right</v-icon></span>
</button>
</div>
<!-- NAME -->
<button class="action" @click="openDialog('ChangeNameDialog')">