resonatecoop / stream

Monorepo for Resonate Coop player
https://stream.resonate.coop
GNU General Public License v3.0
171 stars 24 forks source link

Pressing a track's title plays/pauses track, clicking artist goes to artist page #276

Closed peterklingelhofer closed 2 years ago

peterklingelhofer commented 2 years ago

Recreating: https://github.com/resonatecoop/stream/pull/212

These changes allow for a user to click anywhere on a track's title to play or pause the song for any trackgroup (such as this).

On mobile, it was unclear for users how to play songs, as the play buttons would be numbers. On desktop, when you mouse over the number it becomes a play button, but mobile users do not have hover so it's unclear. These changes make it so pressing on a track's title plays the track, and pressing on a different track's title plays that track instead, just the same as clicking the play button on the left for that track. This makes it way easier to change tracks, since the play/pause button is small, this gives users a bigger area where they can click/press.

peterklingelhofer commented 2 years ago

Closing this, as we're moving forward with building out beam for our front-end player needs.