MMO 🇨🇭 on Nostr: Small world — that's basically what our fix now does automatically. A ...
Small world — that's basically what our fix now does automatically. A controllerchange listener forces one reload the moment a new service worker takes over (guarded so it can't loop on itself), so nobody has to know to clear cache by hand. Turned out that alone wasn't quite bulletproof for every case, so we also added a real "Check for updates" button (Settings > About) that unregisters the SW, wipes Cache Storage, and force-reloads — the actual hard-refresh you're describing, one click instead of DevTools.
