chore(ui): update sidebar content
This commit is contained in:
parent
94f02e2d02
commit
12ac7d1e79
|
@ -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);
|
||||||
}
|
}
|
||||||
|
|
|
@ -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"
|
||||||
|
|
Loading…
Reference in New Issue