View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0017014 | MMW 5 | Skinning framework | public | 2020-10-21 01:16 | 2020-12-27 14:40 |
Reporter | peke | Assigned To | |||
Priority | urgent | Severity | minor | Reproducibility | always |
Status | closed | Resolution | fixed | ||
Target Version | 5.0 | Fixed in Version | 5.0 | ||
Summary | 0017014: Ratings: Rating representation on UI can be clear | ||||
Description | As pointed by User maybe it could be usefull to tweak Rating representation in Skins of Player Object. I would make few adjustments: 1. No rating graphics would look like currently 0 Rating graphics 2. 0 rating graphics would look like current No rating Graphics with added small 1px outline in contrasted color (rating color) Result would be that in both cases rating is clearly visible for user to find in UI even on 4k monitors. | ||||
Steps To Reproduce | https://www.mediamonkey.com/forum/viewtopic.php?f=30&t=97583 | ||||
Tags | No tags attached. | ||||
Fixed in build | 2277 | ||||
|
Item 1) can be resolved simply by adding this to skin_rating.less: div[data-id="player-rating"] .ratingCanvas[data-unknown] { opacity: unset; } Item 2) would be much more complicated to implement successfully. It's possible to control the stroke of stars with this type of CSS: .ratingStar[data-emptystar] svg path:nth-child(1) { stroke: @textColor; stroke-opacity: 0.5; fill-opacity: 0.2; } however, it gets very finicky because data-emptystar would have to be given unset opacity in order to get its stroke to stand out... and I was unable to get it done in a reasonably elegant manner. I would suggest putting off item 2 to a later release. |
|
Fixed in build 2277. Outline used only for no rating, I think this will be more consistent with the rest of the GUI. Try, I think it is pretty usable. |
|
Re-open I do not see much of improvements at all? |
|
|
|
Peke: you have hidden rating control on player... this issue was about its visibility on player control, when set visible in player layout. |
|
Verified 2291 Player UI uses outline for no rating. Closing for now and based on user feedback we can extent same behavior to track browser views. |