Changeset c901131 in Klonkt for src/views/partials


Ignore:
Timestamp:
06/24/2026 02:59:22 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
77ccd5d
Parents:
40cf2ef
Message:

style(activitypub): nicer reply-address field + localized placeholder

Pill-style input matching the button, accent focus ring, localized placeholder
(@naam@…) via data-fedi-ph instead of the hardcoded @jij.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/partials/fedi-node.ejs

    r40cf2ef rc901131  
    1818      </form>
    1919    <% } else if (!n.mine && n.noteId) { %>
    20       <button type="button" class="comment-reply-btn fedi-remote-reply-btn" data-fedi-uri="<%= n.noteId %>" data-fedi-prompt="<%= t('fedi.remote_prompt') %>">
     20      <button type="button" class="comment-reply-btn fedi-remote-reply-btn" data-fedi-uri="<%= n.noteId %>" data-fedi-ph="<%= t('fedi.remote_ph') %>">
    2121        <svg viewBox="0 0 24 24" width="13" height="13" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round" aria-hidden="true"><polyline points="9 17 4 12 9 7"/><path d="M20 18v-2a4 4 0 0 0-4-4H4"/></svg>
    2222        <%= t('fedi.remote_reply_short') %>
Note: See TracChangeset for help on using the changeset viewer.