volumio / Volumio2

Volumio 2 - Audiophile Music Player
http://volumio.org
Other
1.37k stars 316 forks source link

UI change #2122

Open hvrba opened 3 years ago

hvrba commented 3 years ago

I tried to have a look at the structure of the img, but could not find where the actual web ui/html is. Can you please direct me where are the actual web ui files. Where is it pulling from? Where are the css files for a possible tweek/change. Thanks in advance

xipmix commented 3 years ago

The UI gets compacted down before being added to the image so you cannot tweak around on a 'live' system like you can with the backend. See the docs https://volumio.github.io/docs/Development_How_To/Set_up_development_environment_for_UI.html and the repo https://github.com/volumio/Volumio2-UI . If you find problems with those docs please file an issue in the https://github.com/volumio/docs project