Changeset 62b899d in Klonkt for src/views


Ignore:
Timestamp:
06/16/2026 07:02:15 PM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
fb02cc0
Parents:
682d504
Message:

Circle: strip shortcodes from summary + "Sync all now" button

[[playlist:..]]/[[track:..]]/[[album:..]]-shortcodes survived stripHtml (not
HTML) → appeared raw in the circle summary (buggy). Now stripped on ingest
(consumer) and on publish. Also added a global sync button on
Admin → Circle.

Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@…>

File:
1 edited

Legend:

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

    r682d504 r62b899d  
    5252      <p class="set-help">Nog geen bronnen. Voeg er hierboven een toe.</p>
    5353    <% } else { %>
     54      <form method="post" action="/admin/circle/sync-all" style="margin:0 0 .9rem">
     55        <button type="submit" class="btn">&#8635; Alles nu synchroniseren</button>
     56      </form>
    5457      <ul class="circ-list">
    5558        <% links.forEach(function(l){ %>
Note: See TracChangeset for help on using the changeset viewer.