Adds Slug to Creator profile

This commit is contained in:
2025-04-15 14:18:07 -04:00
parent fffb41249e
commit e10533bc78
4 changed files with 11 additions and 0 deletions

View File

@@ -179,6 +179,12 @@ const closeDialog = () => {
<span class="value">{{ creatorProfileStore.creator.name }}</span>
<span class="chevron"><v-icon>mdi-chevron-right</v-icon></span>
</button>
<button class="action">
<span class="label">{{ $t('creatorinfopage.slug') }}</span>
<span class="value">{{ creatorProfileStore.creator.slug }}</span>
<span class="chevron"><v-icon>mdi-chevron-right</v-icon></span>
</button>
<!-- TITLE -->
<button class="action" @click="openDialog('ChangeTitleDialog')">