feat(playlists): single playlist view
This commit is contained in:
@@ -86,8 +86,13 @@
|
||||
</Sidebar.MenuSubButton>
|
||||
</Sidebar.MenuSubItem>
|
||||
{#each library.playlists as playlist}
|
||||
{@const playlistLocation = `/playlists/${playlist.id}`}
|
||||
<Sidebar.MenuSubItem>
|
||||
<Sidebar.MenuSubButton class="cursor-pointer">
|
||||
<Sidebar.MenuSubButton
|
||||
class="cursor-pointer"
|
||||
isActive={$page.url.pathname === playlistLocation}
|
||||
href={playlistLocation}
|
||||
>
|
||||
{playlist.name}
|
||||
</Sidebar.MenuSubButton>
|
||||
</Sidebar.MenuSubItem>
|
||||
|
||||
Reference in New Issue
Block a user