Closed esauerbo closed 3 years ago
Looks good! Approving...
Ship it!
Looks good to me, but definitely could use some styling. Maybe match the color to the general styling of the whole web app? Like that same orange shade in that background pattern. I also noticed that changing the song progress in Spotify isn't reflected in Tabify, worth looking into. Looks good otherwise though, nice job!
@BSilton26 thanks for the input. I realized that the since position is tracked in Webplackback.js, when it updates (ie skipping around within a song) the state of the progress bar wasn't being updated in time because the useEffect hook isn't immediate. Moving the progress bar into Webplayback will solve this, so I'll make a new PR.
@Nathanllee1 @doorlay Thanks!!
Created a progress bar component that tracks and displays the current position in the song. Currently unstyled.