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
Create the component QueuedItem that shows the songs in queue on the homepage
Definition of Done:
Component takes video object as prop
Display video information: title, length
Display like icon and count
- When video.liked is true fill in like icon
Display skip button and skip count
- When video.skipped is true color current count of skips red
- Change skip button to Skip! or signal of your choice
Have button with state to copy and show URL
The text was updated successfully, but these errors were encountered:
Create the component QueuedItem that shows the songs in queue on the homepage
Definition of Done:
- When video.liked is true fill in like icon
- When video.skipped is true color current count of skips red
- Change skip button to Skip! or signal of your choice
The text was updated successfully, but these errors were encountered: