-
-
Notifications
You must be signed in to change notification settings - Fork 803
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
Details operation toolbar #4714
Conversation
To address some feedback from the other PR:
This is consistent with the current date display in the details pages. The short form is suitable for cards and input, but for details presentation, I think we should stick with the locale-specific longform format.
This is based on the primary file.
Done. |
How about also adding an icon next to decimal rating?
That does make sense. I'll just have to learn to live with it. |
Thanks for the feedback, this has now been fixed and made consistent across the other pages. |
I like the redesign, even tho it looks a bit crammed (just judging from the screenshots).
|
Apart from making it somewhat consistent with the scene cards, these positions provide a definite place for the user to find this information. Not all scenes/images/galleries will have dates, so the position of the resolution/frame rate will differ based on whether the date is set. I don't think this is an improvement over what's currently on this branch. Condensing and combining the frame rate and resolution values to my eyes makes it more difficult to parse, and I just can't see a good reason to condense it this way. It's not like there's a dearth of space on that row.
This seems like a pretty arbitrary approach and I'm not sure how this improves usability. Partitioning the rating from the other buttons means that there's fewer buttons grouped together, making it easier for the user to find the button/information they are after. Apart from looking ugly and unbalanced to my eyes, I just don't see it improving usability either:
This is potentially a good idea as it makes it clearer to users that these buttons are interactable, but right now it's is inconsistent with the entirety of the rest of the UI. If the goal is to minimise inconsistency, this directly contradicts it. We should reconsider the
This does in fact resolve that issue. |
I agree with the person without pants and have been running this branch for a good week now and would love to see it in the main dev build while discussion continues around the greater design of things. I thought I could try knock up a few different watch icon designs, I was thinking it would be cooler if looking towards the scene video to the right rather than left, or maybe straight forward is simpler to parse (though I'd be a little worried I was being watched) 👁️(edit: or maybe I'd be into it .... hmm) Additional Edit: I might be a tacky guy, but maybe I could work on those icons animating a little on selection? just a brief burst of thirst for the O, a blink or squint for the eye, the organised box flipping open to closed? just thinkin' out loud now 💦🫠📦 |
@WithoutPants whatever approach you decide, if the time investment isn't a lot, can you add |
Some feedback: I like it. The FPS/RES info is very nice 🔥 The stars are a bit to small / hard do use. I never really needed the old "reduce/reset o- and play-counter", but it's interesting managing it through the History tab now. |
Someone on Discord was mentioning they can no longer style the counter elements based on the value of the counter. Adding a |
Hide framerate and resolution from the new layout with css: /* Hide Framerate and resolution */ |
* Add scene detail header * Make common count button and add view count * Add titles to play count and o count buttons * Move rating from edit panel * Include frame rate in header * Remove redundant title/studio * Improve numeric rating presentation * Add star where there is no rating header * Set rating on blur when click to edit * Add star to numeric rating on gallery wall card * Apply click to rate on movie page * Apply click to rate to performer page * Apply click to rate to studio page * Fix rating number presentation on list tables * Add data-value attributes
This is an offshoot of #4699. I'm taking my own advice and reducing the scope of changes so that more focused feedback can be provided and get this implemented sooner.
The summary of changes is as follows:
I plan to add to this PR to roll this out to the image and gallery detail pages, once I've gotten some feedback.
Image will have the date and resolution in the sub-header, and all but the view count button in the toolbar. Gallery will have the date and potentially image count in the sub-header, and the same toolbar buttons as image.
Resolves #1744