mirror of
https://codeberg.org/ashley/poke.git
synced 2024-11-10 14:08:31 +01:00
community tabss!!!
This commit is contained in:
parent
212aa50bbf
commit
1379e547c1
1 changed files with 164 additions and 49 deletions
193
html/channel.ejs
193
html/channel.ejs
|
@ -89,6 +89,47 @@
|
||||||
color:#0ab7f0;
|
color:#0ab7f0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.community {
|
||||||
|
display: flex;
|
||||||
|
flex-direction: column;
|
||||||
|
align-items: center;
|
||||||
|
border-radius: 30px;
|
||||||
|
padding: 10px;
|
||||||
|
padding-bottom: 10px;
|
||||||
|
width: fit-content;
|
||||||
|
margin-top: 12px;
|
||||||
|
margin-left: auto;
|
||||||
|
margin-right: auto;
|
||||||
|
padding-bottom: 32px;
|
||||||
|
}
|
||||||
|
.community-content {
|
||||||
|
margin-bottom: 1em;
|
||||||
|
margin-top: 1em;
|
||||||
|
padding: 13px;
|
||||||
|
text-align: left;
|
||||||
|
background: #111;
|
||||||
|
width:50.562em;
|
||||||
|
border-radius: 22px;
|
||||||
|
}
|
||||||
|
|
||||||
|
.community-attachment-video {
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
.comments-author {
|
||||||
|
margin: 7px;
|
||||||
|
margin-top: -2px;
|
||||||
|
font-family: inter;
|
||||||
|
white-space: -moz-pre-wrap !important;
|
||||||
|
white-space: -pre-wrap;
|
||||||
|
white-space: -o-pre-wrap;
|
||||||
|
white-space: pre-wrap;
|
||||||
|
word-wrap: anywhere;
|
||||||
|
white-space: -webkit-pre-wrap;
|
||||||
|
word-break: break-all;
|
||||||
|
white-space: normal;
|
||||||
|
}
|
||||||
|
|
||||||
.video-grid > .video {
|
.video-grid > .video {
|
||||||
border-radius: 16px;
|
border-radius: 16px;
|
||||||
background: black;
|
background: black;
|
||||||
|
@ -148,6 +189,7 @@
|
||||||
<link href=https://p.poketube.fun/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
<link href=https://p.poketube.fun/https://site-assets.fontawesome.com/releases/v6.1.1/css/all.css rel=stylesheet>
|
||||||
|
|
||||||
<style>section p {
|
<style>section p {
|
||||||
|
|
||||||
font-family:Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
|
font-family:Whitney, Helvetica Neue, Helvetica, Arial, sans-serif;
|
||||||
font-weight:400;
|
font-weight:400;
|
||||||
color:#fff;
|
color:#fff;
|
||||||
|
@ -181,15 +223,17 @@
|
||||||
.tabs a.tab {
|
.tabs a.tab {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
text-transform:uppercase;
|
||||||
transition: all ease 0.3s;
|
transition: all ease 0.3s;
|
||||||
padding: 1em 1.6em;
|
padding: 1em 1.6em;
|
||||||
transform: translate3d(0, 0, 0);
|
transform: translate3d(0, 0, 0);
|
||||||
color: #fff;
|
color: #898989;
|
||||||
white-space: nowrap;
|
white-space: nowrap;
|
||||||
cursor: pointer;
|
cursor: pointer;
|
||||||
}
|
}
|
||||||
.tabs a.tab:hover {
|
.tabs a.tab:hover {
|
||||||
color: #3cb4fa;
|
color: #fff;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.tabs a.tab:after {
|
.tabs a.tab:after {
|
||||||
transition: all 0.3s cubic-bezier(1, 0, 0, 1);
|
transition: all 0.3s cubic-bezier(1, 0, 0, 1);
|
||||||
|
@ -234,6 +278,7 @@
|
||||||
.channel-page .video-grid {
|
.channel-page .video-grid {
|
||||||
background-color: black;
|
background-color: black;
|
||||||
}
|
}
|
||||||
|
|
||||||
</style>
|
</style>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
@ -287,6 +332,7 @@
|
||||||
.tabs a.tab {
|
.tabs a.tab {
|
||||||
position: relative;
|
position: relative;
|
||||||
display: table-cell;
|
display: table-cell;
|
||||||
|
text-transform:uppercase;
|
||||||
transition: all ease 0.3s;
|
transition: all ease 0.3s;
|
||||||
padding: 1em 1.6em;
|
padding: 1em 1.6em;
|
||||||
transform: translate3d(0, 0, 0);
|
transform: translate3d(0, 0, 0);
|
||||||
|
@ -412,26 +458,48 @@
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<button class="subscribe-button">Suscribe</button>
|
<button class="subscribe-button">Suscribe</button>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<% if (!isMobile) { %>
|
<% if (!isMobile) { %>
|
||||||
|
|
||||||
<div class="tabs tabs-center">
|
<div class="tabs tabs-center">
|
||||||
<% if (!tab) { %>
|
<% if (!tab) { %>
|
||||||
|
|
||||||
<a href="/channel?id=<%=ID%>" class="tab active">Uploads</a>
|
<a href="/channel?id=<%=ID%>" class="tab active">Lastest Videos</a>
|
||||||
|
<% if (Array.isArray( c.comments)) { %>
|
||||||
|
|
||||||
|
<a href="/channel?id=<%=ID%>&tab=community" class="tab">Community</a>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
|
|
||||||
<a href="/channel?id=<%=ID%>&tab=about" class="tab">About</a>
|
<a href="/channel?id=<%=ID%>&tab=about" class="tab">About</a>
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (tab) { %>
|
<% if (tab === "about") { %>
|
||||||
|
|
||||||
|
<a href="/channel?id=<%=ID%>" class="tab">Lastest Videos</a>
|
||||||
|
<% if (Array.isArray( c.comments)) { %>
|
||||||
|
|
||||||
|
<a href="/channel?id=<%=ID%>&tab=community" class="tab">Community</a>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
<a href="/channel?id=<%=ID%>" class="tab">Uploads</a>
|
|
||||||
<a href="/channel?id=<%=ID%>&tab=about" class="tab active">About</a>
|
<a href="/channel?id=<%=ID%>&tab=about" class="tab active">About</a>
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
<% if (tab === "community") { %>
|
||||||
|
|
||||||
|
<a href="/channel?id=<%=ID%>" class="tab">Lastest Videos</a>
|
||||||
|
|
||||||
|
<a href="/channel?id=<%=ID%>&tab=community" class="tab active">Community</a>
|
||||||
|
|
||||||
|
<a href="/channel?id=<%=ID%>&tab=about" class="tab">About</a>
|
||||||
|
<% } %>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<% } %>
|
<% } %>
|
||||||
<% if (isMobile) { %>
|
<% if (isMobile) { %>
|
||||||
|
@ -523,7 +591,7 @@ width: fit-content;margin-left: 8.5em;
|
||||||
|
|
||||||
|
|
||||||
<div class="video-grid" >
|
<div class="video-grid" >
|
||||||
<% if (!continuation) { %>
|
<% if (Array.isArray( tj)) { %>
|
||||||
|
|
||||||
<% tj.forEach (x => { %>
|
<% tj.forEach (x => { %>
|
||||||
<a href="/watch?v=<%- x.videoId %>" class="video">
|
<a href="/watch?v=<%- x.videoId %>" class="video">
|
||||||
|
@ -537,47 +605,94 @@ width: fit-content;margin-left: 8.5em;
|
||||||
<% } %>
|
<% } %>
|
||||||
|
|
||||||
|
|
||||||
<% if (continuation) { %>
|
|
||||||
|
|
||||||
<% tj.forEach (x => { %>
|
|
||||||
<a href="/watch?v=<%- x.videoId %>" class="video">
|
|
||||||
<div class="thumbnail" style="background-image: url('https://p.poketube.fun/https://i.ytimg.com/vi/<%= x.videoId %>/hqdefault.jpg?sqp=-oaymwEbCKgBEF5IVfKriqkDDggBFQAAiEIYAXABwAEG&rs=AOn4CLBy_x4UUHLNDZtJtH0PXeQGoRFTgw');border-radius: 10px;"><span class="video-length"><%- turntomins(x.lengthSeconds) %></span></div>
|
|
||||||
<div class="info">
|
|
||||||
<span class="title max-lines-2" style="font-family:PokeTube flex,sans-serif;font-weight: 1000;font-stretch: ultra-expanded;"><%- x.title %></span>
|
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<% } %>
|
||||||
|
<% if (tab === "community") { %>
|
||||||
|
<% if (Array.isArray( c.comments)) { %>
|
||||||
|
<div class="community">
|
||||||
|
|
||||||
|
<% c.comments.forEach (x => { %>
|
||||||
|
<div class="community-content">
|
||||||
|
|
||||||
|
|
||||||
|
<h5 style="display: flex;margin-top: -1em;padding-top: 10px;margin-bottom:10px"><div class="thumb">
|
||||||
|
<a href="/channel?id=UC0n83khlA76NRfDfm7BNtkQ" class="avatar" style="width: 40px;height: 40px;">
|
||||||
|
<img src="https://p.poketube.fun/<%=j.Channel.Metadata.Avatars.Thumbnail.$t%>">
|
||||||
</a>
|
</a>
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<p class="comments-author">
|
||||||
|
<a href="" style="color: var(--text-color);text-decoration: none;"><%=j.Channel.Metadata.Name%>
|
||||||
|
|
||||||
|
</a>
|
||||||
|
|
||||||
|
<span>
|
||||||
|
<br> <%- x.publishedText %> - <span>
|
||||||
|
<%- convert(x.likeCount) %> likes
|
||||||
|
</span>
|
||||||
|
|
||||||
|
</span>
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
</h5>
|
||||||
|
<p>
|
||||||
|
<%- x.contentHtml %>
|
||||||
|
|
||||||
|
</p>
|
||||||
|
|
||||||
|
<% if (x.attachment) { %>
|
||||||
|
<% if (x.attachment.type === "video") { %>
|
||||||
|
|
||||||
|
<div class="video-player-container">
|
||||||
|
|
||||||
|
<video class="player" style="border-radius: 16px;
|
||||||
|
" controls
|
||||||
|
|
||||||
|
poster="https://p.poketube.fun/https://i.ytimg.com/vi/<%=x.attachment.videoId%>/maxresdefault.jpg?v=607ddcd4">
|
||||||
|
|
||||||
|
|
||||||
|
<source src="https://tube.kuylar.dev/proxy/media/<%=x.attachment.videoId%>/22" type="video/mp4; codecs="avc1.64001F, mp4a.40.2"" label="hd720" selected="false">
|
||||||
|
|
||||||
|
|
||||||
|
</video>
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
|
<% } %>
|
||||||
|
<% if (x.attachment.type === "image") { %>
|
||||||
|
|
||||||
|
<% if (x.attachment.imageThumbnails[4] ) { %>
|
||||||
|
|
||||||
|
<img style=" width: 100%;
|
||||||
|
border-radius: 26px;" src="https://p.poketube.fun/<%- x.attachment.imageThumbnails[4].url%>">
|
||||||
|
<% } %> <% } %>
|
||||||
|
|
||||||
|
|
||||||
|
<% } %>
|
||||||
|
|
||||||
|
|
||||||
|
</div>
|
||||||
|
|
||||||
|
|
||||||
<% }) %>
|
<% }) %>
|
||||||
|
|
||||||
|
<% } %> <% } %>
|
||||||
</div>
|
|
||||||
<% if (!continuation) { %>
|
|
||||||
|
|
||||||
<% if (tj.Channel.Contents.ItemSection.ItemSection.Continuation) { %>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="pagination-buttons" style="border-top: none;justify-content: center">
|
|
||||||
<a style="color:#fff" href="/channel?id=<%=ID%>&continuation=<%=tj.Channel.Contents.ItemSection.ItemSection.Continuation.key%>">Next Page</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<% } %>
|
|
||||||
<% } %>
|
|
||||||
<% if (continuation) { %>
|
|
||||||
|
|
||||||
<% if (tj.Channel.Contents.Continuation) { %>
|
|
||||||
|
|
||||||
|
|
||||||
<div class="pagination-buttons" style="border-top: none;justify-content: center">
|
|
||||||
<a style="color:#fff" href="/channel?id=<%=ID%>&continuation=<%=tj.Channel.Contents.Continuation.key%>">Next Page</a>
|
|
||||||
|
|
||||||
</div>
|
|
||||||
|
|
||||||
<% } %>
|
|
||||||
<% } %>
|
|
||||||
<% } %>
|
|
||||||
|
|
||||||
<% } %>
|
|
||||||
|
|
||||||
<% if (tab === "about") { %>
|
<% if (tab === "about") { %>
|
||||||
<div style="text-align: left;">
|
<div style="text-align: left;">
|
||||||
|
|
Loading…
Reference in a new issue