feat(ui): New Sidebar Layout
This commit is contained in:
parent
12ac7d1e79
commit
97c9201584
|
@ -103,27 +103,6 @@ const uploads = useUploadsStore()
|
||||||
</nav>
|
</nav>
|
||||||
|
|
||||||
<nav class="button-list">
|
<nav class="button-list">
|
||||||
<Link to="/library/music"
|
|
||||||
color="secondary"
|
|
||||||
variant="ghost"
|
|
||||||
icon="bi-music-note-beamed"
|
|
||||||
>
|
|
||||||
Music
|
|
||||||
</Link>
|
|
||||||
<Link to="/library/podcasts"
|
|
||||||
color="secondary"
|
|
||||||
variant="ghost"
|
|
||||||
icon="bi-mic"
|
|
||||||
>
|
|
||||||
Podcasts
|
|
||||||
</Link>
|
|
||||||
<Link to="/"
|
|
||||||
color="secondary"
|
|
||||||
variant="ghost"
|
|
||||||
icon="bi-collection"
|
|
||||||
>
|
|
||||||
Collections
|
|
||||||
</Link>
|
|
||||||
<Link to="/"
|
<Link to="/"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
|
@ -152,6 +131,13 @@ const uploads = useUploadsStore()
|
||||||
>
|
>
|
||||||
Radios
|
Radios
|
||||||
</Link>
|
</Link>
|
||||||
|
<Link to="/library/podcasts"
|
||||||
|
color="secondary"
|
||||||
|
variant="ghost"
|
||||||
|
icon="bi-mic"
|
||||||
|
>
|
||||||
|
Podcasts
|
||||||
|
</Link>
|
||||||
<Link to="/"
|
<Link to="/"
|
||||||
color="secondary"
|
color="secondary"
|
||||||
variant="ghost"
|
variant="ghost"
|
||||||
|
@ -160,6 +146,7 @@ const uploads = useUploadsStore()
|
||||||
Favorites
|
Favorites
|
||||||
</Link>
|
</Link>
|
||||||
</nav>
|
</nav>
|
||||||
|
<h3>Channels</h3>
|
||||||
</div>
|
</div>
|
||||||
</aside>
|
</aside>
|
||||||
</template>
|
</template>
|
||||||
|
|
Loading…
Reference in New Issue