Changeset d2b7247 in Klonkt for src/views/partials


Ignore:
Timestamp:
06/27/2026 09:53:29 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
907a013
Parents:
abdcf33
Message:

chore(branding): stale product names in comments + deploy templates -> Klonkt

Cosmetic only — comments (CSS/EJS/SQL/ecosystem.config.cjs headers) and the deploy/ doc
templates: old names (PrutCMS/PrutFolio) -> Klonkt, stale Prutter (removed DM feature) mentions
dropped, deploy/ Dutch comments translated to English. No code, identifiers, rendered strings,
package name, PWA id, real infra paths, or roboburr refs touched.

Location:
src/views/partials
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • src/views/partials/bottom-tab.ejs

    rabdcf33 rd2b7247  
    44// Tabs:
    55//   logged-out:  Home · Zoek · Inloggen        (3 tabs)
    6 //   logged-in:   Home · Zoek · [Plus] · [Prutter] · Profiel
     6//   logged-in:   Home · Zoek · [Plus] · Profiel
    77//   The Plus tab is a FAB-style center action (accent bg, slightly raised).
    88//   It only appears for users with create-post permission.
    9 //   Prutter only appears when the site has DMs enabled.
    109
    1110const _siteUrlBase = (typeof siteUrlBase !== 'undefined' && siteUrlBase) ? siteUrlBase : '';
  • src/views/partials/chrome.ejs

    rabdcf33 rd2b7247  
    1111//
    1212//   _isAuth     → focus-scherm (in/uitloggen): helemaal geen chrome.
    13 //   _headerless → hub-homepagina én de Prutter-chat: WÉL de mini topnav-balk,
    14 //                 GEEN profielkop (hub: hero = header; chat: full-height view).
     13//   _headerless → hub-homepagina én full-height views: WÉL de mini topnav-balk,
     14//                 GEEN profielkop (hub: hero = header).
    1515//   anders      → topnav + profielkop (+ view-switcher buiten admin).
    1616var _isAdmin   = typeof bodyClass === 'string' && bodyClass.indexOf('on-admin') >= 0;
  • src/views/partials/topnav.ejs

    rabdcf33 rd2b7247  
    99// Desktop (≥768px):
    1010//   - Full v9 masthead: brand left, action row right
    11 //     (Archief / Search / Install / Theme / Prutter / User-menu).
     11//     (Archief / Search / Install / Theme / User-menu).
    1212//   - bottom-tab is hidden via CSS, so all nav must live here.
    1313
Note: See TracChangeset for help on using the changeset viewer.