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

Created the "Choose Service" screen #11

Closed tekkeon closed 1 year ago

tekkeon commented 1 year ago

This screen shows when no music service tabs are open. The user is presented with the four music service options. When they click one, it will open a new tab with that music service. If between opening the extension popup and clicking the music service, a tab is opened (very unlikely), we simply switch to that tab when the button is clicked.

We are using the @synq/ui component lib along with styled-components to handle styling.