From c99a7f0166ff71ae6fc85967bcd8a4dccb268f7f Mon Sep 17 00:00:00 2001 From: Ashley Date: Sun, 23 Oct 2022 19:28:39 +0200 Subject: [PATCH] add comment previews --- html/poketube.ejs | 52 ++++++++++++++++++++++++++++++++++++----------- 1 file changed, 40 insertions(+), 12 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 5d70159..35e7b35 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -1533,18 +1533,23 @@ padding: 3px; - + <% if (!qua) { %> - + + + <% } %> <% if (qua === "medium") { %> - + + <% } %> + + @@ -1936,7 +1941,7 @@ More Epic options owo~

<%- x.contentHtml %> - <%- x.publishedText %> - <%- convert(x.likeCount) %> Likes <% if(x.creatorHeart) { %> + <%- x.publishedText %> - <%- convert(x.likeCount) %> Likes <% if(x.creatorHeart) { %> @@ -1968,18 +1973,41 @@ More Epic options owo~

- -
Comments
-

- View The comments on dis video :3 - - - -

+ <% if (Array.isArray( inv.comments)) { %> +
Comments + + + +
+ + +
+ +
+
+ + + +
+ + + +
+

+ <%- inv.comments[0].contentHtml %> +

+
+ +
+ + +
+ <% } %> +