SynQApp / Extension

Your music companion for the web, with a portable mini player and the ability to listen to any music link on your preferred service!
https://www.synqapp.io
Apache License 2.0
26 stars 5 forks source link

Full Screen Player Setup #33

Closed tekkeon closed 1 year ago

tekkeon commented 1 year ago

Overview

This PR setups up the full screen player with the following main changes:

  1. Remove the expanded pattern since we no longer have an expandable UI - it's either the mini player or the full screen player.
  2. Setup the layout for the full screen player so it lays on top of the music service UI.
  3. Split up the Player component into modular components that can be used as stateful components in both the mini player and the full screen player.
  4. Create the player bar at the bottom of the full screen player.