Started server-wide legacy cytube/fore.st toke count ingestion.

This commit is contained in:
rainbow napkin 2025-10-11 08:19:53 -04:00
parent bb2a1369a3
commit a231c8fc4c
5 changed files with 110 additions and 4 deletions

View file

@ -19,6 +19,6 @@ along with this program. If not, see <https://www.gnu.org/licenses/>. %>
</span>
<div class="profile-item nested-dynamic-container" id="profile-tokes">
<% profile.tokes.forEach((count, toke) => { %>
<p class="profile-item profile-toke" id='profile-tokes<%-toke%>'>!<%- toke %>: <%- count %></p>
<p class="profile-item profile-toke" id='profile-tokes<%-toke%>'><%- toke == "Legacy Tokes" ? '<br>' : '!' %><%- toke %>: <%- count %></p>
<% }); %>
</div>