Closed Toff-kun closed 5 years ago
Awesome, that's exactly what I had in mind!
By the way the reason why the app is not yet updated on the store is because I'm in the process of completely rewriting styles from one big messy CSS file to multiple organized files in SASS (it's almost done).
I also changed few things - for ex. I moved the user button from navbar to "your library" page to solve the navbar overflow issue once and for all. I also found out, that Spotify has hidden second media controls in .Root__media
element so now the app will use this hidden media control in fullscreen.
Here's the "new" UI in action (it's not yet finished so you can still see few elements that are out of place - like the connect button in fullscreen playback). You can also see that now the fullscreen transition can be animated.
Ooh, that's quite the overhaul you've been doing. The animations look sweet, and that's an elegant solution with the User button, cool stuff!
Went ahead and decided to do what you had in mind and made Playing Bar expand to fullscreen. Here's what I did:
What do you think?