fix(ui): [WIP] Sidebar add temporary user icon and router links until popover menus are in place

This commit is contained in:
ArneBo 2024-12-14 15:03:48 +01:00 committed by upsiflu
parent 2273cab38d
commit 3ad476fdfa
1 changed files with 6 additions and 10 deletions

View File

@ -33,7 +33,7 @@ const uploads = useUploadsStore()
>
</Link>
<Link to="/settings"
<Link to="/manage/settings"
icon="bi-wrench"
color="secondary"
variant="ghost">
@ -57,13 +57,8 @@ const uploads = useUploadsStore()
</Transition>
</Link>
<Link to="/inbox"
icon="bi-inbox"
color="secondary"
variant="ghost"
/>
<Link to="/inbox"
icon="bi-inbox"
<Link to="/settings"
icon="bi-person-fill"
color="secondary"
variant="ghost"
>
@ -72,10 +67,10 @@ const uploads = useUploadsStore()
alt=""
:src="store.getters['instance/absoluteUrl'](store.state.auth.profile?.avatar.urls.medium_square_crop)"
>
<!--ActorAvatar
<actor-avatar
v-else-if="store.state.auth.authenticated"
:actor="{preferred_username: store.state.auth.username, full_username: store.state.auth.username,}"
/-->
/>
<i
v-else
class="cog icon"
@ -86,6 +81,7 @@ const uploads = useUploadsStore()
<div class="search">
<Input
v-model="searchQuery"
type="search"
icon="bi-search"
:placeholder="t('components.audio.SearchBar.placeholder.search')"
/>