feat(ui): [WIP] replace buttons with links in sidebar
This commit is contained in:
parent
7c07f87cfd
commit
95dd23dbd0
|
@ -99,28 +99,29 @@ const uploads = useUploadsStore()
|
|||
</div>
|
||||
|
||||
<h3>Explore</h3>
|
||||
|
||||
<nav class="button-list">
|
||||
<Link to="/content"
|
||||
<Link to="/library"
|
||||
color="secondary"
|
||||
variant="ghost"
|
||||
icon="bi-compass"
|
||||
>
|
||||
All Funkwhale
|
||||
</Link>
|
||||
<Button
|
||||
All of Funkwhale
|
||||
</Link>
|
||||
<Link to="/library/music"
|
||||
color="secondary"
|
||||
variant="ghost"
|
||||
icon="bi-music-note-beamed"
|
||||
>
|
||||
Music
|
||||
</Button>
|
||||
<Button
|
||||
</Link>
|
||||
<Link to="/library/podcasts"
|
||||
color="secondary"
|
||||
variant="ghost"
|
||||
icon="bi-mic"
|
||||
>
|
||||
Podcasts
|
||||
</Button>
|
||||
</Link>
|
||||
</nav>
|
||||
|
||||
<h3>Library</h3>
|
||||
|
|
Loading…
Reference in New Issue