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

Use a simpler behavior on volume bar , closes #351 #352

Closed
wants to merge 5 commits into from
Closed

Use a simpler behavior on volume bar , closes #351 #352

wants to merge 5 commits into from

Conversation

vprigent
Copy link
Contributor

@vprigent vprigent commented Jul 25, 2017

Closes #351

Drop volume bar show/hide behavior
Update style for volume bar

I took some considerations on the new position :
I didn't wanted it to be too close of the player infos, as it is still a control element.
And still, wanted to separate it a little from the play/next/previous controls.

Update style for volume bar
@martpie
Copy link
Owner

martpie commented Jul 25, 2017

Can you post a screenshots please ? ^^

@martpie
Copy link
Owner

martpie commented Jul 25, 2017

And check eslint too ;)

position: relative;
display: inline-flex;
padding-left: 1em
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

semicolon

background-color: transparent;
}

+ span {
margin: 2px 6px 0
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

semicolon

@vprigent
Copy link
Contributor Author

My bad, i'll do better next time !

CI should pass now

screenshot-museeks

@martpie
Copy link
Owner

martpie commented Aug 28, 2017

Sorry for the delay, I will try to test it today, I might ask for a few changes

@YurySolovyov
Copy link
Collaborator

@vprigent you might need to rebase, some commits landed on master

@YurySolovyov
Copy link
Collaborator

@KeitIG anything else we need to do here?

@martpie
Copy link
Owner

martpie commented Sep 8, 2017

Two things:

  • I still need to test it
  • I want to know why some CI tests are not triggered

@YurySolovyov
Copy link
Collaborator

My guess is that they may be skipped because of merge conflicts, so they don't even try

@martpie
Copy link
Owner

martpie commented Sep 8, 2017

I think it's because it is a PR from a Fork

@martpie
Copy link
Owner

martpie commented Sep 8, 2017

I think I fixed it for CircleCI, but not for AppVeyor

@martpie
Copy link
Owner

martpie commented Sep 8, 2017

Ok, I tested it (finally), why did you drop the show/hide feature?

screenshot from 2017-09-08 13 36 06

Here's the problem.

Initially I based the volume design on deezer.com player, the problem being: how to place a volume controller when you don't have enough place for it.

I am closing it, let's discuss about problems and possible solutions in #351

@martpie martpie closed this Sep 8, 2017
@YurySolovyov
Copy link
Collaborator

You meant #351 probably

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

Successfully merging this pull request may close these issues.

Volume bar opens to left of volume icon and covers the play buttons
3 participants