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

[Feature] Cosmetic Enhancements to Scene Page #525

Closed
tarzanboy76 opened this issue May 8, 2020 · 2 comments
Closed

[Feature] Cosmetic Enhancements to Scene Page #525

tarzanboy76 opened this issue May 8, 2020 · 2 comments
Labels
improvement Something needed tweaking.

Comments

@tarzanboy76
Copy link

Is your feature request related to a problem? Please describe.

  • Most studios put their logo in the bottom right hand corner. When looking at the scene page, this is where the current layout places the scene duration and resolution, which can sometimes clash with the screenshot that is typically used as the cover image for the scene.

  • The check-box used for selecting multiple scenes can sometimes blend into the background if the cover image for a scene is a similar pale/grey colour to the checkbox.

Describe the solution you'd like

Re-organise the layout of the scenes page. Some possible options;

  1. Place the studio logo in the bottom right hand section -- that way, if the scene already has a watermarked logo (most likely already in the same place), it will simply sit over the top of it.

  2. Move the duration and resolution information to the top right or left hand side.

  3. Move the checkbox to outside the scene (maybe next to the title??)

Describe alternatives you've considered

None specifically... but making the duration and resolution white on semi-transparent black might also help (see https://www.porntrex.com/) for examples. Similarly, if the checkbox is going to remain in the upper left hand corner, it might be worthwhile looking at other designs/colours.

@bnkai bnkai added the improvement Something needed tweaking. label May 10, 2020
@WithoutPants
Copy link
Collaborator

Place the studio logo in the bottom right hand section -- that way, if the scene already has a watermarked logo (most likely already in the same place), it will simply sit over the top of it.
Move the duration and resolution information to the top right or left hand side.

This can almost be done already with css overrides, but the studio overlay element needs to be moved into the scene image element.

For reference, the css override I used (once I moved the studio overlay element) is:

.scene-studio-overlay {
  bottom: 1rem;
  right: 0.7rem;
  height: inherit;
  top: inherit;
}

.scene-specs-overlay {
  right: 0.7rem;
  top: 0.4rem;
  bottom: inherit;
}

@Phasetime
Copy link
Contributor

Seems fixable with new UI API #4256, can be closed.

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

No branches or pull requests

5 participants