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

Fix source-selector being blocked on mobile #5229

Merged
merged 1 commit into from
Sep 10, 2024

Conversation

Gykes
Copy link
Contributor

@Gykes Gykes commented Sep 6, 2024

Small CSS change to allow the source-selector to be brought to the front of the controls to allow people to select which source they would like. Added it into the section for mobile changes ( < 576px) as it's not really needed on anything bigger but can move it if told otherwise

At first, I was going more complex. I created functions that would disable the big-buttons if a menu was open and I got it mostly working but I felt like it was overkill when we can modify like 3-4 lines of CSS and get the same result.

fixes #4066

Small CSS change to allow the `source-selector` to be brought to the front of the controls to allow people to select which source they would like.

At first, I was going more complex. I created functions that would disable the `big-buttons` if a menu was open and I got it mostly working but I felt like it was overkill when we can modify like 3-4 lines of CSS and get the same result.

fixes stashapp#4066
@WithoutPants WithoutPants added the bug Something isn't working label Sep 6, 2024
@WithoutPants WithoutPants added this to the Version 0.27.0 milestone Sep 6, 2024
@MinasukiHikimuna
Copy link
Collaborator

Could you change the title of the pull request? Small CSS changes doesn't tell anything about the actual change. Worst case is that the version history would be full of "Small CSS changes" commits and the reader would have to check every commit manually to find the correct one.

@MinasukiHikimuna
Copy link
Collaborator

For example "Allow source-selector to be brought to the front" would be rather descriptive title. I took it from the commit description and shortened it a bit.

@DogmaDragon DogmaDragon changed the title Small CSS changes Fix source-selector being blocked on mobile Sep 9, 2024
@Gykes
Copy link
Contributor Author

Gykes commented Sep 10, 2024

Thanks, DD :)

@WithoutPants WithoutPants merged commit a44993b into stashapp:develop Sep 10, 2024
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Bug Report] Transcoding selector UI blocked by skip button on iPhone
3 participants