Changeset 814ad8b in Klonkt for src/views/pages


Ignore:
Timestamp:
06/22/2026 03:38:58 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
1ce1ffe
Parents:
b20460e
Message:

feat(circles): site name automatically from the remote actor (no manual input)

syncOne sets circle_links.label = actor.name (every sync, COALESCE fallback).
The manual name field in Admin -> Circles is gone; only the URL is needed.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/pages/admin-circle.ejs

    rb20460e r814ad8b  
    3535        <input type="text" name="remote_url" inputmode="url" autocapitalize="off" autocorrect="off" spellcheck="false" placeholder="artiest.klonkt.com" required>
    3636      </label>
    37       <label class="set-field">
    38         <span><%= t('acir.label') %> <small style="font-weight:400">— <%= t('acir.optional') %></small></span>
    39         <input type="text" name="label" maxlength="80" placeholder="<%= t('acir.label_ph') %>">
    40       </label>
     37      <p class="set-help" style="margin:.2rem 0 .6rem"><%= t('acir.name_auto') %></p>
    4138      <button type="submit" class="btn btn-primary"><%= t('acir.add') %></button>
    4239    </form>
Note: See TracChangeset for help on using the changeset viewer.