Giter Site home page Giter Site logo

RC1 Feedback about volumio2-ui HOT 18 CLOSED

volumio avatar volumio commented on July 2, 2024
RC1 Feedback

from volumio2-ui.

Comments (18)

apinner avatar apinner commented on July 2, 2024

Screenshots for 10.

multiroom 1
multiroom 2

from volumio2-ui.

balbuze avatar balbuze commented on July 2, 2024
  • for multiroom I rename one of my two device but previous is still displayed. And when I switch from one to other the round time is displayed several times (one is add each switch)
  • mute button does not work
  • In mobile UI, track with ' in name can't get album art displayed (ok in desktop)
  • with a DAC without hardware volume, option are still available (curve , max vol )
  • with a DAC without hardware volume, no software volume available ( softvol from alsa)
    multiroomp

from volumio2-ui.

apinner avatar apinner commented on July 2, 2024

Updated first post.

from volumio2-ui.

apinner avatar apinner commented on July 2, 2024

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!!

multiroom

from volumio2-ui.

apinner avatar apinner commented on July 2, 2024

On the alarm modal, if you have no playlists present then the dropdown box disappears when you select it. All of the controls are also very misaligned

alarm-modal

from volumio2-ui.

balbuze avatar balbuze commented on July 2, 2024

In mobile UI, when you select an option from a list (like DAC, buffer..) it opens the keyboard.

from volumio2-ui.

apinner avatar apinner commented on July 2, 2024

@balbuze It looks like it might be a bug in angular angular-ui/ui-select#818

from volumio2-ui.

apinner avatar apinner commented on July 2, 2024

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.

from volumio2-ui.

apinner avatar apinner commented on July 2, 2024

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?

from volumio2-ui.

volumio avatar volumio commented on July 2, 2024

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...
What do you think?

from volumio2-ui.

apinner avatar apinner commented on July 2, 2024

Sounds like an even better idea! 👍

from volumio2-ui.

volumio avatar volumio commented on July 2, 2024

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..

from volumio2-ui.

apinner avatar apinner commented on July 2, 2024

I'm really short on time myself at the moment, if I get an evening free this week then i'll take a look.

from volumio2-ui.

volumio avatar volumio commented on July 2, 2024

We're on the same boat then lol

from volumio2-ui.

apinner avatar apinner commented on July 2, 2024

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.

from volumio2-ui.

JHilsberg avatar JHilsberg commented on July 2, 2024

In the webradio view is a displaying error with the menu.
volumio-webradio
The menu of the fourth item from top is cut from the bar above.

from volumio2-ui.

apinner avatar apinner commented on July 2, 2024

@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

<div class="footerText"> <span ng-if="trackManager.playerService.state.trackType !== 'webradio'" ng-switch="trackManager.playerService.state.trackType"> <i ng-switch-when="mp3" class="icon-mp3"> </i> <i ng-switch-when="flac" class="icon-flac"> </i> <span ng-switch-default>{{trackManager.playerService.state.trackType}}</span> </span> </div>

from volumio2-ui.

apinner avatar apinner commented on July 2, 2024

@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.

wireless-problem

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.

from volumio2-ui.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.