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
|
@ -46,14 +46,6 @@ const isRootPath = computedEager(() => route.name === 'settings')
|
|||
:text="$t('settings.notifications_settings')"
|
||||
to="/settings/notifications"
|
||||
/>
|
||||
<SettingsItem
|
||||
v-if="isHydrated && currentUser"
|
||||
command
|
||||
icon="i-ri:settings-line"
|
||||
:text="$t('settings.account_settings')"
|
||||
:to="`https://${currentUser!.server}/auth/edit`"
|
||||
external target="_blank"
|
||||
/>
|
||||
<SettingsItem
|
||||
command
|
||||
icon="i-ri-globe-line"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue