Replies: 2 comments
-
Beta Was this translation helpful? Give feedback.
0 replies
-
created PR: #6919 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Note: this is feature request 3330/rating-on-posters
Fairly simple, I'd like to display the Critic Rating details from title details page:



in the
Card
when viewing from /home page (or anywhere Cards are displayed):like this:
(I mostly care about Critic Rating but I can add others like: Star Rating, Audience Rating, etc.)
Looking into this I believe I can reuse CriticRatingMediaInfo component in one of the
Card
components, like Card/CardBox.tsx.For release I figure this can be behind a feature switch in either Display or Home setting categories. There is also the option of only showing the rating(s) on-hover (this is what I did in my mock screenshot above), so maybe a select setting of: Hidden, Hover, Always.
As for the feasibility of this as a frontend only change, I do see

CriticRating
in the JSON object served from/items
endpoints:It's not always populated and there can be others (e.g.
CommunityRating
on Shows) set as well. I have not yet been able to determine if the full/items
JSON is piped in theCard
components. If it is, then this seems like a straightforward feature.I'm 100% open to suggestions to how this should be done. I've only spent ~1 hour looking at this repo so I don't doubt I'm missing some things!
Beta Was this translation helpful? Give feedback.
All reactions