From 90a96844045d037fb1bcbe6d52577ee674b06646 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Wed, 8 Nov 2023 23:04:35 +0100 Subject: [PATCH] [`media` UI] Added extra rating fields to the media info component. --- .../http/webapp/src/components/panels/Media/Info.vue | 12 +++++++++++- 1 file changed, 11 insertions(+), 1 deletion(-) diff --git a/platypush/backend/http/webapp/src/components/panels/Media/Info.vue b/platypush/backend/http/webapp/src/components/panels/Media/Info.vue index 6dc17cad..ef4a1323 100644 --- a/platypush/backend/http/webapp/src/components/panels/Media/Info.vue +++ b/platypush/backend/http/webapp/src/components/panels/Media/Info.vue @@ -73,7 +73,17 @@
Rating
-
+
{{ item.rating.percentage }}%
+
+ +
+
Critic Rating
+
{{ item.critic_rating }}%
+
+ +
+
Community Rating
+
{{ item.community_rating }}%