Changeset 82043c9 in Klonkt


Ignore:
Timestamp:
06/24/2026 04:18:25 PM (3 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
8485b64
Parents:
19a72df
Message:

fix(chrome): no profile-header/view-switcher on fediverse pages (on-special)

Timeline/Notifications/Blocking are management pages, not the public profile —
hide the Solo/Circles + Timeline/Grid + column switcher there; keep the topnav.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/views/partials/chrome.ejs

    r19a72df r82043c9  
    2727var _featurePage = typeof bodyClass === 'string' &&
    2828  bodyClass.indexOf('on-downloads') < 0 &&
    29   ['on-epk', 'on-download', 'on-linkbio', 'on-newsletter'].some(function (c) { return bodyClass.indexOf(c) >= 0; });
     29  ['on-epk', 'on-download', 'on-linkbio', 'on-newsletter', 'on-special'].some(function (c) { return bodyClass.indexOf(c) >= 0; });
    3030var _headerless = hubLanding || _isChat || _featurePage;
    3131%>
Note: See TracChangeset for help on using the changeset viewer.