Add artist song list page

This commit is contained in:
jeffvli 2023-01-13 01:44:47 -08:00
parent 4e8dc868bb
commit 51e20a81b7
5 changed files with 796 additions and 2 deletions

View file

@ -279,9 +279,30 @@ export const AlbumArtistDetailContent = () => {
<DropdownMenu.Item disabled>Add to playlist</DropdownMenu.Item>
</DropdownMenu.Dropdown>
</DropdownMenu>
<Button
compact
uppercase
component={Link}
to={generatePath(AppRoute.LIBRARY_ALBUM_ARTISTS_DETAIL_DISCOGRAPHY, {
albumArtistId,
})}
variant="subtle"
>
View discography
</Button>
<Button
compact
uppercase
component={Link}
to={generatePath(AppRoute.LIBRARY_ALBUM_ARTISTS_DETAIL_SONGS, { albumArtistId })}
variant="subtle"
>
View all songs
</Button>
</Group>
</Group>
</Box>
{showGenres && (
<Box component="section">
<Group>