From 4814c56a2d3bc8031fbec65883caf46826b47876 Mon Sep 17 00:00:00 2001 From: Fabio Manganiello Date: Thu, 9 Nov 2023 01:28:12 +0100 Subject: [PATCH] [`media` UI] Added resolution to media info. --- .../http/webapp/src/components/panels/Media/Info.vue | 7 +++++++ 1 file changed, 7 insertions(+) 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 ef4a1323..98f51c56 100644 --- a/platypush/backend/http/webapp/src/components/panels/Media/Info.vue +++ b/platypush/backend/http/webapp/src/components/panels/Media/Info.vue @@ -71,6 +71,13 @@
+
+
Resolution
+
+ {{ item.width }}x{{ item.height }} +
+
+
Rating
{{ item.rating.percentage }}%