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>
|
</Pill>
|
||||||
</div>
|
</div>
|
||||||
<nav class="button-list">
|
<nav class="button-list">
|
||||||
<Button
|
<Link to="/"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
icon="bi-collection"
|
icon="bi-collection"
|
||||||
>
|
>
|
||||||
Collections
|
Collections
|
||||||
</Button>
|
</Link>
|
||||||
<Button
|
<Link to="/"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
icon="bi-person"
|
icon="bi-person"
|
||||||
>
|
>
|
||||||
Artists
|
Artists
|
||||||
</Button>
|
</Link>
|
||||||
<Button
|
<Link to="/"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
icon="bi-disc"
|
icon="bi-disc"
|
||||||
>
|
>
|
||||||
Albums
|
Albums
|
||||||
</Button>
|
</Link>
|
||||||
<Button
|
<Link to="/"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
icon="bi-music-note-list"
|
icon="bi-music-note-list"
|
||||||
>
|
>
|
||||||
Playlists
|
Playlists
|
||||||
</Button>
|
</Link>
|
||||||
<Button
|
<Link to="/"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
icon="bi-question-diamond"
|
icon="bi-question-diamond"
|
||||||
>
|
>
|
||||||
Radios
|
Radios
|
||||||
</Button>
|
</Link>
|
||||||
<Button
|
<Link to="/"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
icon="bi-heart"
|
icon="bi-heart"
|
||||||
>
|
>
|
||||||
Favorites
|
Favorites
|
||||||
</Button>
|
</Link>
|
||||||
</nav>
|
</nav>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
|
|
Loading…
Reference in New Issue