Ignore:
Timestamp:
06/27/2026 01:48:50 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
eb5f978
Parents:
923235e
Message:

fix(fedi): tidy the Follow-via-fediverse modal

  • views/partials/profile-header.ejs — drop the server <datalist> dropdown; the last-used server is still pre-filled from localStorage (remember-last behaviour kept).
  • services/i18n.js — fedi.remote_prompt: drop the '(e.g. @you@…)' example (nl/en/de).
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/partials/profile-header.ejs

    r923235e r0960c1d  
    152152    <p class="pf-follow-sub"><%= t('fedi.remote_prompt') %></p>
    153153    <input type="text" class="pf-follow-input" inputmode="url" autocomplete="off" autocapitalize="none" spellcheck="false"
    154            placeholder="<%= t('fedi.remote_ph') %>" list="pf-follow-servers">
    155     <datalist id="pf-follow-servers"><option value="mastodon.social"></option><option value="mastodon.online"></option><option value="mas.to"></option><option value="fosstodon.org"></option><option value="hachyderm.io"></option></datalist>
     154           placeholder="<%= t('fedi.remote_ph') %>">
    156155    <div class="pf-follow-actions">
    157156      <button type="button" class="pf-follow-cancel"><%= t('fedi.cancel') %></button>
Note: See TracChangeset for help on using the changeset viewer.