-
Notifications
You must be signed in to change notification settings - Fork 165
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UI development question & issues with deploying WebUI #785
Comments
Update: EDIT - Misclick sory! |
Did you need the 'gulp' change you mention in EDIT3 to make the un-modified project build and render correctly? Personally I rather like the clock idea. Have you thought about making it an optional feature (configured off by default but addable via the customise UI dialogs). That might have a chance of getting in. I'm afraid I don't have much to offer on the current issue you are facing. I assume you've had a look in the logs to see if anything is reported differently in the classic vs volumio3 interface? |
Hi there!
This isn't really an issue, more of a question.
I've been using Volumio for my DIY smart speaker for some time on a 3.5" touch screen. The UI is really well optimised for the sort of basic interactions like pausing, playing and selecting a different song on the queue at 800x480 resolution so kudos for that!
I've added a custom clock interface to make it feel more like a radio with a fourth tab on the bottom of the screen. This required the addition of a new clock-ui controller+html+css, and several edits to existing files within the Volumio 2 UI (not made for 3 as it's much harder to use on small screen, although principle should be the same).
I'm not 100% sure if it is possible to change UI elements like the tabs and swiping behavior using the plugin interface, what would the best way be to have these changes persist across updates and maybe even get them merged?
I can't really patch files with a plugin because I'm aware all the relevant files are "compiled" and aren't spread out in those lovely folders, although perhaps some way to read value of json config file and some if statements could work?
Not the most experienced with this kind of thing so any suggestions welcome!
Kind Regards
Yuvraj
The text was updated successfully, but these errors were encountered: