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

Reorganize UI under one top-level /ui directory #32

Closed tekkeon closed 1 year ago

tekkeon commented 1 year ago

Overview

Super quick PR that just reorganizes the UI for the extension into one directory. Previously, there was some UI under /content/autoplay, /popup, /options, /player-ui, and /sidebar. Now it is all consolidated and we use the Plasmo entry point files for popup and options rather than have them in folders.

tekkeon commented 1 year ago

Just going to merge this since there's no functional changes here and I just wanted to get it organized before working on the UI rework for the full screen stuff.