Update html/account-me.ejs

This commit is contained in:
ashley 2025-09-02 01:13:03 +02:00
parent 7fbebf2488
commit 297f10e2a1

View File

@ -237,11 +237,9 @@ h1 {
<svg width="16" height="16" viewBox="0 0 24 24" aria-hidden="true"><path fill="currentColor" d="M15.5 14h-.79l-.28-.27A6.471 6.471 0 0 0 16 9.5 6.5 6.5 0 1 0 9.5 16c1.61 0 3.09-.59 4.23-1.57l.27.28v.79L20 21.49 21.49 20zM9.5 14A4.5 4.5 0 1 1 14 9.5 4.505 4.505 0 0 1 9.5 14"/></svg>
<input id="search" type="text" placeholder="Search channels">
</div>
<button id="sortAZ" class="btn" type="button">sort A→Z</button>
<span id="count" class="chip">0 subscriptions</span>
<span id="count" class="chip">0 subscriptions</span>
<span class="spacer"></span>
<a class="btn btn--danger" href="/api/remove-channel-sub?ID=<%= encodeURIComponent(userid) %>&channelID=ALL" id="unsubAll">unsub all</a>
</div>
</div>
<div id="empty" class="empty" style="display:none">
<div class="muted">No subscriptions found.</div>