Latest commit X 8 months ago, 8 months from now.
That's awesome, and I'm glad they did! Why give them a hard time for that?
Who's life are you improving with that comment?
I regularly click on another song during a playlist only to have it just hang forever.
The only thing stopping me switching is Spotify’s ability to show me music I might like. Apple mostly gives you the top hits.
Apple only provides bindings for Swift/JS/Obj-C though, so it'd be a bit of work.
The articles mentioned here were very interesting, and im actually looking forward to Vue 3
Thanks for putting this out there!!
A friend of mine worked on a similar web player for Apple Music that got a lot of attention, Musish [0]. If I remember right, they were working on it before Apple released their web player. It's totally open source as well, so you might be able to take some inspiration from their work too!
This shows a good way to learn Vue, Sass, and how to integrate with YouTube and the Genius API for lyrics.
What do you use PostCSS for?
How are the the scss files actually compiled?
The scss files are compiled by webpack to normal css at build time using sass loader, I used vue-cli to automate the webpack configuration https://cli.vuejs.org/ process
Oh and the poss css file is just a leftover config file for a package that i decided not to use ( Ant Design )