Skip to content
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

Reversal of Play and Pause icons when playing music #198

Open
AutomatedPumpkin opened this issue Feb 17, 2023 · 0 comments
Open

Reversal of Play and Pause icons when playing music #198

AutomatedPumpkin opened this issue Feb 17, 2023 · 0 comments

Comments

@AutomatedPumpkin
Copy link

In the Queue function, when playing music, the icons really should switched for Pause and Play. It's currently set up to show what the song is doing at that time, however in my opinion, it really should be what you'd like to do next (ie a command to the system). The current setup is currently the opposite of how spotify, youtube etc work.

Ie if the music is playing, the icon should be Pause, to indicate if you'd like to pause the music then press that button. Conversely, if the music is paused and you want to play the music, the icon should be Play.

This can be done by reversing the values for .glyphicon-play and .glyphicon-pause in bootstrap.css in htdocs/css from the main level.

Ie the new setup would be:
.glyphicon-play:before { content: "\e073"; } .glyphicon-pause:before { content: "\e072"; }

This has helped me to calm my son who said this setup would "stop the world from destroying itself". :-)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant