feat(ui): [WIP] add placeholder paths to sidebar links
This commit is contained in:
parent
10361af8f9
commit
1c7bed0f7e
|
@ -135,48 +135,48 @@ const uploads = useUploadsStore()
|
|||
</Pill>
|
||||
</div>
|
||||
<nav class="button-list">
|
||||
<Button
|
||||
<Link to="/"
|
||||
color="secondary"
|
||||
variant="ghost"
|
||||
icon="bi-collection"
|
||||
>
|
||||
Collections
|
||||
</Button>
|
||||
<Button
|
||||
</Link>
|
||||
<Link to="/"
|
||||
color="secondary"
|
||||
variant="ghost"
|
||||
icon="bi-person"
|
||||
>
|
||||
Artists
|
||||
</Button>
|
||||
<Button
|
||||
</Link>
|
||||
<Link to="/"
|
||||
color="secondary"
|
||||
variant="ghost"
|
||||
icon="bi-disc"
|
||||
>
|
||||
Albums
|
||||
</Button>
|
||||
<Button
|
||||
</Link>
|
||||
<Link to="/"
|
||||
color="secondary"
|
||||
variant="ghost"
|
||||
icon="bi-music-note-list"
|
||||
>
|
||||
Playlists
|
||||
</Button>
|
||||
<Button
|
||||
</Link>
|
||||
<Link to="/"
|
||||
color="secondary"
|
||||
variant="ghost"
|
||||
icon="bi-question-diamond"
|
||||
>
|
||||
Radios
|
||||
</Button>
|
||||
<Button
|
||||
</Link>
|
||||
<Link to="/"
|
||||
color="secondary"
|
||||
variant="ghost"
|
||||
icon="bi-heart"
|
||||
>
|
||||
Favorites
|
||||
</Button>
|
||||
</Link>
|
||||
</nav>
|
||||
</div>
|
||||
</aside>
|
||||
|
|
Loading…
Reference in New Issue