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