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

Description on Interface Design #258

Open
yoshnopa opened this issue Dec 11, 2019 · 3 comments
Open

Description on Interface Design #258

yoshnopa opened this issue Dec 11, 2019 · 3 comments
Labels
improvement Something needed tweaking. investigate Investigation needed

Comments

@yoshnopa
Copy link
Contributor

Due to the length of some scene descriptions, the grid view can get cluttered easily, especially when the text length varies greatly from scene to scene. This can happen if there are bigger stories in a scene, one studio that does this in a very extreme fashion is puretaboo, but there are others as well.
For seeing what I mean, simply post much text (more than 2 sentences) into some description boxes and see the resulting grid view.
This could be fixed in two ways: Either by reducing the shown text to a smaller amount, this may satisfy some, but annoy others. More complex would be an adjustment bar for the amount of lines shown.
If this seems too difficult, the simplest compromise I can think of is to make the entire displaying of description optional. Personally, I find the additional text when searching annoying in general, it is also something normal porn sites do not have, and it seems to drag the interface away from being clean and simple, as it has been stated in #108 .

@WithoutPants
Copy link
Collaborator

Probably easiest done with a custom css fragment - this way people can choose how they want it displayed. I'll investigate to see if any code changes are needed.

@WithoutPants WithoutPants added improvement Something needed tweaking. investigate Investigation needed labels Dec 12, 2019
@echo6ix
Copy link
Contributor

echo6ix commented Dec 12, 2019

This can be accomplished via Custom CSS in the Settings > Interface Configuration.

Use the following CSS:

div.card-section p {
     display: none !important;
}

div ~ div.bp3-divider {
     display: none !important;
}

I think in the future, it might be cool to have a "Compact Grid View" mode, that strips out some elements of the current grid view for the reasons OP stated. When I have some time, if I can get some help on adding another view mode I'll definitely work on this.

@Leopere
Copy link
Collaborator

Leopere commented Dec 13, 2019

I think it would make senes to have a limit with a "view more" option or just a button that jumps to the description in the player view.

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

No branches or pull requests

4 participants