you-play / YouPlay

An app that creates mood-based playlists for seamless music streaming.
MIT License
3 stars 0 forks source link

Added the song detail view. Added spotify api authorization. #42

Closed joshlo39 closed 7 months ago

joshlo39 commented 7 months ago

Song Detail View

Description

Added the song detail view also added the spotify authorization setup. Download and add the SpotifyCredentials.plist. The file is in the shared google drive folder

Screenshots

Screenshot 2024-03-22 at 10 06 31 PM

sebastian-nunez commented 7 months ago

@joshlo39 Looks great! make sure to install this autoformatter though

I went through and clean up some things, check out this commit. Mostly just minor UI tweaks (spacing, colors, add TODOs, print statements) and some better error handling for the SpotifyService.

I removed the slider since that's not one of our focus for now and its not that important given everything else we have to do.

This is how it looks

Screenshot 2024-03-23 at 12 27 49 PM