0916dhkim / playlist-filter

A web app for tailoring your music playlists to your taste.
https://playlistfilter.dannyk.dev/
4 stars 4 forks source link

Display Album Cover in Track List #8

Open 0916dhkim opened 2 years ago

0916dhkim commented 2 years ago

Current Behavior

The track list only displays track names: image https://github.com/0916dhkim/spotify-filter/blob/72e443ccc69cda18fcf9ad9eed24adc3dd1e8a3f/app/src/pages/Home/EditorForm/Tracks.tsx#L21-L27

Desired Behavior

Displaying album art thumbnails will let users browse their tracks more quickly. Similar to Spotify Player itself: image

The data is already provided by the back-end: https://github.com/0916dhkim/spotify-filter/blob/72e443ccc69cda18fcf9ad9eed24adc3dd1e8a3f/app/src/api/queries.tsx#L129-L139

rajivtitus commented 2 years ago

@0916dhkim Hey Danny, can I take this issue?

0916dhkim commented 2 years ago

@rajivtitus For sure. Happy hacking!