05-05-2024, 04:10 AM
(05-04-2024, 11:59 PM)TheOldPresbyope Wrote: Re; r900~pre5
1. Minor nit: click on m>configure>system-info
Result: first get a modal declaring
"gathering_info
Unknown message. Check the source code!"
Then the modal disappears and a correct System info page is displayed.
2. Not so minor nit: on my Pi3+ with official 7-inch display, the behavior of the local display seems rather janky with touch input (like, for instance, the response to clicking m). I'll have to play with it to get a handle on this.
3. I'm still getting used to the new icon used in place of "SET" on the string entry boxes. Keep forgetting to click it to set the parameter.
4. On the Audio config screen, for choosing the Output device what's up with the icon which to me, at least, means "reset"?
For all that, I like the way the WebUI is evolving. It, like the moodeaudio.org homepage, looks great.
Regards,
Kent
Still some bugs :-0
On Audio Config when a USB DAC is plugged in it won't automatically appear in the dropdown until the page is refreshed so I added a button during testing. The right solution would be to code a UDEV event to do this automatically but who understands how to code UDEV events? The button is prolly not needed.
Input fields can be "autoclick" by detecting the enter or return keypress but this doesn't exist on touch devices thus the need for some sort of button.