Ignore:
Timestamp:
06/16/2026 01:12:00 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
57929aa
Parents:
63edb0d (diff), efdde37 (diff)
Note: this is a merge changeset, the changes displayed below correspond to the merge itself.
Use the (diff) links above to see all the changes relative to each parent.
Message:

Merge branch 'feat/cirkels-v1'

# Conflicts:
# src/routes/admin-settings.js

File:
1 edited

Legend:

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

    r63edb0d r0b7ebbf  
    2525          <strong>Hub</strong> — bedrijfssite met <code>/user/</code>.
    2626          <small>Jij (admin) wijst gebruikers een eigen Klonkt Hub toe. Gesloten cirkel: geen open registratie.</small>
     27        </span>
     28      </label>
     29      <label class="set-opt">
     30        <input type="radio" name="tenancy" value="circle" <%= tenancy === 'circle' ? 'checked' : '' %>>
     31        <span>
     32          <strong>Cirkels</strong> &mdash; solo + federatie.
     33          <small>E&eacute;n eigen site die de publieke posts van andere Klonkt-sites toont. Asymmetrisch: jij bepaalt wie in jouw cirkel zit.</small>
    2734        </span>
    2835      </label>
     
    8087  </section>
    8188  <% } %>
     89
     90  <% if (tenancy === 'circle') { %>
     91  <section class="set-card" style="margin-top:1rem">
     92    <h2>Cirkel</h2>
     93    <p class="set-help">
     94      Beheer welke andere Klonkt-sites je in je cirkel toont, en of jouw site in
     95      cirkels van anderen mag verschijnen.
     96    </p>
     97    <p><a href="/admin/circle" class="btn btn-primary">Beheer je cirkel &rarr;</a></p>
     98  </section>
     99  <% } %>
    82100</div>
    83101
Note: See TracChangeset for help on using the changeset viewer.