-
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
RC1 Feedback #73
Comments
List here: #73 Fixes for 1. Volume button green on focus in mobile UI. 2. Skip button green on touch in mobile UI. 3. Multi room dock images and text centered. 4. Capitalized first letters for panel titles for consistency. 15. Added titles to all major controls. 16. Album title changed to green, looks better imo.
Updated first post. |
I also just got the same issue as @balbuze with the multiple playback knobs being displayed. My Multiroom problem just got a whole lot worse too. I rebooted my development Pi a couple of times and now look at my Multiroom dock, they are multiplying!! |
In mobile UI, when you select an option from a list (like DAC, buffer..) it opens the keyboard. |
@balbuze It looks like it might be a bug in angular angular-ui/ui-select#818 |
When clicking rescan under My Music it would be nice to have some feedback that something is actually happening. Swirly wheel, progress bar or something. |
Thinking about how to implement the ability to change the default background. How about just an smb share to /src/app/themes/volumio/assets/backgrounds we could just read the contents of that directory for *.png *.jpg etc and populate a dropdown under system settings? |
We can add the backend for backrounds in a new plugin (maybe under miscellanea, look_and_feel). We'll have a default background exposed via an express route (something like /background ) so on default it will show the black one. When we change the settings in that plugin we just change the response of that route... |
Sounds like an even better idea! 👍 |
I'm flooded with other stuff in this moment... Would you like to start this (either back or FE)... And I'ìll jump in in a couple of days.. |
I'm really short on time myself at the moment, if I get an evening free this week then i'll take a look. |
We're on the same boat then lol |
The volume slider on mobile is nice, but tricky to use. There is no feedback or change in the number as you move the slider so you end up guessing where the volume is, so normally takes several attempts to get the right volume. @kurtommy is it possible for the slider volume number to change with the movement of the slider? It doesn't have to change the volume in real time, just provide some feedback of where the slider is on the scale. |
@kurtommy as our angular expert I was wondering if you could offer some advice. I am working on a set of icons that will show the file format logo in the player control knob. So instead of just mp3 text it will show the mp3 logo, for all of the various formats. For this is have created a load of svg files and our own volumio font (including the logo, note and queue icons). I have tested this in a dev branch using ng-switch with ng-switch-default being the the original text as a fallback. Which works fine but is there a better way of doing this or is ng-switch the best way? For example
|
@kurtommy Just trying out some of the recent changes, looking excellent! One issue, the wireless network list. For some reason the panel title has shifted to the bottom of the panel. Oh, and the default pattern background doesn't seem to load by default after a fresh install. Not sure if that is by design or if it has been missed. |
I'm going to collate all of my feedback for RC1 here. The system works beautifully for me so 90% of my feedback is UI based.
1. Volume icon on the mobile UI should go green when active and the volume slider is out.2. Next/Back icons should also do the same as above when they are touched on the mobile UI.3. Multi room dock image and text not centred.4. Consistency with capitals throughout the UI.5. Network status randomly shows red tick.
6. The setting 'Mixer control' is confusing and needs some help documentation.
7. Alarm modal needs some place holder text when no alarms present.
8. Sleep modal inputs are not aligned.
9. Suggestion: When hovering over album art in Queue display a play button overlay. Double click works but this is not clear.10. When clicking on another device in the multiroom dock, it displays two of the current device. (Will get a screen shot for this).
11. Is it possible to display the bitrate of a radio stream in the playback knob?
12. I occasionally get partial or failed album art loads.
13. Mute still doesn't work for me.
14. System setting to change the background image would be really really awesome!
15. Control a hrefs all need a title tag adding to them for usability.16. Album title in now playing coloured volumio green would really satisfy my OCD.17. If you have a lot of items in the queue it can take a long time to load during which the UI is completely unresponsive, Maybe a loading swirl is needed to show something is happening?
18. Need a space after the artist in the play queue, Its currently Artist- Album should be Artist - Album.
19. Input and Buttons when connecting to wireless network are not aligned.
20. If you connect to wired and wireless networks at the same time, the network status columns are not aligned.
21. A force refresh button would be very helpful for wireless networks.
22. There is no way to clear a search once you have done one. Need the ability to clear the form and undo the search.23. I notice in the search form code there is the magnifier icon but it does not display in the input field.24. The volume knob just does not work! It's horrible to use at the moment, quite a few reports about this already.
25. A button to completely clear the queue would be very helpful.
26. Jump to top button that appears when scrolling through long lists would also be helpful.
Most are pretty minor, overall its a massive step forward from 1.*
Amazing work!!
The text was updated successfully, but these errors were encountered: