Changeset fda08c2 in Klonkt for src/views/pages


Ignore:
Timestamp:
06/26/2026 01:26:39 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
73045f9
Parents:
98ceadd
Message:

refactor(fedi): remove the 'boost latest 5' feature

Dropped at Robin's request. Featuring an account is now purely local (Cirkel) — the
only way to boost to the fediverse is the deliberate per-post 🔁. Removed: the boost5
checkbox + explain line on /volgend, the boost5 branch in /tijdlijn/follow, the
boostLatestN function + export, and the tl.boost5_* i18n keys (nl/en/de).

Co-Authored-By: Claude <noreply@…>

File:
1 edited

Legend:

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

    r98ceadd rfda08c2  
    99    <h2 class="tl-explain-h"><%= t('tl.explain_heading') %></h2>
    1010    <p><span class="tl-explain-tag">✨ <%= t('tl.autoboost') %></span> — <%= t('tl.autoboost_hint') %></p>
    11     <p><span class="tl-explain-tag">🔁 <%= t('tl.boost5_follow') %></span> — <%= t('tl.boost5_hint') %></p>
    1211  </div>
    1312
     
    1615    <button type="submit" class="btn btn-primary"><%= t('tl.follow_btn') %></button>
    1716    <label class="tl-follow-ab" title="<%= t('tl.autoboost_hint') %>"><input type="checkbox" name="auto_boost" value="1"> ✨ <%= t('tl.autoboost_follow') %></label>
    18     <label class="tl-follow-ab" title="<%= t('tl.boost5_hint') %>"><input type="checkbox" name="boost5" value="1"> 🔁 <%= t('tl.boost5_follow') %></label>
    1917  </form>
    2018
Note: See TracChangeset for help on using the changeset viewer.