chore(ui): update sidebar content

This commit is contained in:
upsiflu 2024-12-14 14:04:18 +01:00
parent 94f02e2d02
commit 12ac7d1e79
2 changed files with 7 additions and 18 deletions

View File

@ -134,13 +134,13 @@
&.is-hovered,
&:hover {
--fw-bg-color: var(--fw-gray-300);
--fw-bg-color: var(--fw-gray-200);
}
&.is-active,
&.active,
&:active {
--fw-bg-color: var(--fw-gray-400);
--fw-bg-color: var(--fw-gray-300);
&.router-link-exact-active {
--fw-bg-color: var(--fw-gray-500);
}

View File

@ -91,16 +91,18 @@ const uploads = useUploadsStore()
/>
</div>
<h3>Explore</h3>
<nav class="button-list">
<Link to="/library"
color="secondary"
variant="ghost"
icon="bi-compass"
>
All of Funkwhale
Explore
</Link>
</nav>
<nav class="button-list">
<Link to="/library/music"
color="secondary"
variant="ghost"
@ -115,19 +117,6 @@ const uploads = useUploadsStore()
>
Podcasts
</Link>
</nav>
<h3>Library</h3>
<div class="pill-list">
<Pill>Music</Pill>
<Pill outline>
Podcasts
</Pill>
<Pill outline>
Sharing
</Pill>
</div>
<nav class="button-list">
<Link to="/"
color="secondary"
variant="ghost"