You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
cdrani
changed the title
[Bug] Playlist Tracklists Do Not Show Skip & Settings Icons
[Bug]: Playlist TrackLists Do Not Show Skip & Settings Icons
Jul 31, 2023
Describe the bug
In playlist tracklist view, the skip and settings icons click events are not triggered
To Reproduce
Steps to reproduce the behaviour:
Skip
orSettings
IconSettings
icon click should cause Chorus Modal to display.Skip
icon should set track as blocked and be highlight in Spotify green colourExpected behaviour
Settings
icon click should cause Chorus Modal to display.Skip
icon should set track as blocked and be highlight in Spotify green colourScreenshots
Screen.Recording.2023-07-31.at.00.03.11.mov
SOLUTION
Currently the Skip and Settings are set on the overall tracklist container based on the
data-testid="track-list"
as shown here:chorus/models/track-list.js
Line 112 in 708c2e2
However, for the curated playlists, the data-testid is "playlist-tracklist".
We need to update the container query to include this other element as well. Per MDN:
however, to keep the line length manageable, preference would be to use an array instead and place the two selectors on separate lines.
Reach out if you need some help resolving this issue. 😄
The text was updated successfully, but these errors were encountered: