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, &.is-hovered,
&:hover { &:hover {
--fw-bg-color: var(--fw-gray-300); --fw-bg-color: var(--fw-gray-200);
} }
&.is-active, &.is-active,
&.active, &.active,
&:active { &:active {
--fw-bg-color: var(--fw-gray-400); --fw-bg-color: var(--fw-gray-300);
&.router-link-exact-active { &.router-link-exact-active {
--fw-bg-color: var(--fw-gray-500); --fw-bg-color: var(--fw-gray-500);
} }

View File

@ -91,16 +91,18 @@ const uploads = useUploadsStore()
/> />
</div> </div>
<h3>Explore</h3>
<nav class="button-list"> <nav class="button-list">
<Link to="/library" <Link to="/library"
color="secondary" color="secondary"
variant="ghost" variant="ghost"
icon="bi-compass" icon="bi-compass"
> >
All of Funkwhale Explore
</Link> </Link>
</nav>
<nav class="button-list">
<Link to="/library/music" <Link to="/library/music"
color="secondary" color="secondary"
variant="ghost" variant="ghost"
@ -115,19 +117,6 @@ const uploads = useUploadsStore()
> >
Podcasts Podcasts
</Link> </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="/" <Link to="/"
color="secondary" color="secondary"
variant="ghost" variant="ghost"