ui: move account settings link under profile
This commit is contained in:
parent
bd1b9fb5c8
commit
d279d618a5
5 changed files with 23 additions and 13 deletions
|
@ -19,18 +19,27 @@ useHeadFixed({
|
|||
</template>
|
||||
|
||||
<SettingsItem
|
||||
command
|
||||
command large
|
||||
icon="i-ri:user-settings-line"
|
||||
:text="$t('settings.profile.appearance.label')"
|
||||
:description="$t('settings.profile.appearance.description')"
|
||||
to="/settings/profile/appearance"
|
||||
/>
|
||||
<SettingsItem
|
||||
command
|
||||
command large
|
||||
icon="i-ri:hashtag"
|
||||
:text="$t('settings.profile.featured_tags.label')"
|
||||
:description="$t('settings.profile.featured_tags.description')"
|
||||
to="/settings/profile/featured-tags"
|
||||
/>
|
||||
<SettingsItem
|
||||
v-if="isHydrated && currentUser"
|
||||
command large
|
||||
icon="i-ri:settings-line"
|
||||
:text="$t('settings.account_settings.label')"
|
||||
:description="$t('settings.account_settings.description')"
|
||||
:to="`https://${currentUser!.server}/auth/edit`"
|
||||
external target="_blank"
|
||||
/>
|
||||
</MainContent>
|
||||
</template>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue