Changeset 2cc887b in Klonkt for src/middleware


Ignore:
Timestamp:
06/14/2026 08:33:10 AM (3 months ago)
Author:
roboburr <roboburr@…>
Branches:
main
Children:
52215bc
Parents:
8b014ef
Message:

tenancy: Prutter in hub only; Account tile removed from admin; tenancy in all views

  • render.js: tenancy in the shared locals -> available in every view/partial.
  • topnav + bottom-tab: Prutter nav only in hub mode (hidden in solo).
  • admin dashboard: duplicate Account removed (already in mini-nav/profile menu).

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/middleware/render.js

    r8b014ef r2cc887b  
    4242    audioTracks: data.audioTracks || res.locals.audioTracks || [],
    4343    siteUrlBase: res.locals.siteUrlBase || '',
     44    tenancy: res.locals.tenancy || 'solo',
    4445    platforms_catalog: PLATFORMS_CATALOG,
    4546    permissions: PermissionsService,
Note: See TracChangeset for help on using the changeset viewer.