From e5556f167c5670369285fa955ad9ba7c89e0a741 Mon Sep 17 00:00:00 2001 From: Ashley Date: Fri, 23 Dec 2022 11:37:01 +0000 Subject: [PATCH] add tags to mobile and new mobile ui :3 --- html/poketube.ejs | 65 +++++++++++++++++++++++++++++++++++++++-------- 1 file changed, 54 insertions(+), 11 deletions(-) diff --git a/html/poketube.ejs b/html/poketube.ejs index 5bbe7b0f..ab573c9e 100644 --- a/html/poketube.ejs +++ b/html/poketube.ejs @@ -991,6 +991,23 @@ a { } + + <% if (Array.isArray( !inv.comments)) { %> + + + + <% } %> + @@ -1079,9 +1096,17 @@ a { <% } %> -
<%=video.Title%> - -
+
<%=video.Title%>
+ + + <%=convert(engagement.viewCount)%> views ...more + + +
@@ -1304,7 +1329,7 @@ a {
-More from <%=k.Video.Channel.Name%> +About <%=k.Video.Channel.Name%>
@@ -1343,13 +1368,31 @@ More from <%=k.Video.Channel.Name%>
-
-

- -PokeTube Mobile v8.12.22a - Node <%=process.version%> - V8 v<%=process.versions.v8%> - <%=process.platform.replace("linux", "GNU/Linux")%> <%=process.arch%> Server ( <%=ip.org%> ) - - -

+ + +
+ <% if (Array.isArray(video.Tags.Tag)) { %> + +
Tags
+
+ + <% video.Tags.Tag.forEach(x => { %> + + + <% }) %> + +
+ + +
+ <% } %> + + +