Changeset 1c85964 in Klonkt for src/server.js


Ignore:
Timestamp:
06/26/2026 04:33:36 PM (2 months ago)
Author:
Robin Genis <roboburr@…>
Branches:
main
Children:
f6b2c68
Parents:
7eee449
Message:

debug(ios): richer safe-area overlay (masthead/profile rects) + SW cache v13

Temporary: capture masthead position/height/top + chrome/profile top + body padding
to pin down why the masthead padding doesn't push content below the island in the PWA.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/server.js

    r7eee449 r1c85964  
    395395  res.set('Cache-Control', 'no-cache');
    396396  res.send(`
    397 const CACHE_VERSION = 'pcms-v12-' + new Date().toISOString().split('T')[0];
     397const CACHE_VERSION = 'pcms-v13-' + new Date().toISOString().split('T')[0];
    398398self.addEventListener('install', e => {
    399399  e.waitUntil(caches.open(CACHE_VERSION).then(c => c.addAll(['/'])));
Note: See TracChangeset for help on using the changeset viewer.