Changeset d8e3ff7 in Klonkt for src/views/pages/following.ejs


Ignore:
Timestamp:
06/30/2026 01:38:13 PM (2 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
5924bbf
Parents:
8b700ad
Message:

Revert "feat(circle): filter the Circle feed by member (clickable chips + Following "Show" link)"

This reverts commit 462a931950d40335f90f98364e56eb5eda17c6a2.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/following.ejs

    r8b700ad rd8e3ff7  
    3030            <label><input type="checkbox" name="auto_boost" value="1" <%= f.auto_boost ? 'checked' : '' %> data-autosubmit> ✨ <%= t('tl.autoboost') %></label>
    3131          </form>
    32           <% if (f.auto_boost) { %><a class="tl-foll-show" href="/cirkel?actor=<%= encodeURIComponent(f.actor_uri) %>" title="<%= t('tl.show') %>"><%= t('tl.show') %></a><% } %>
    3332          <form method="post" action="/news/unfollow"><input type="hidden" name="actor_uri" value="<%= f.actor_uri %>"><button type="submit" class="tl-unfollow"><%= t('tl.unfollow') %></button></form>
    3433        </li>
     
    6766  .tl-unfollow { background: none; border: 1px solid color-mix(in srgb, var(--ink, #000) 18%, transparent); border-radius: 8px; padding: .25rem .6rem; font-size: .8rem; color: var(--ink-soft, #888); cursor: pointer; }
    6867  .tl-unfollow:hover { color: var(--ink, #000); }
    69   .tl-foll-show { font-size: .8rem; text-decoration: none; white-space: nowrap; color: var(--accent, #888);
    70     border: 1px solid color-mix(in srgb, var(--accent, #888) 35%, transparent); border-radius: 8px; padding: .25rem .6rem; }
    71   .tl-foll-show:hover { background: color-mix(in srgb, var(--accent, #888) 12%, transparent); }
    7268  .tl-empty { color: var(--ink-soft, #888); }
    7369</style>
Note: See TracChangeset for help on using the changeset viewer.