30c644a8ec
sw.js: Remove fetch event interception entirely. The passthrough e.respondWith(fetch(request)) call was throwing TypeError on localhost HTTPS due to certificate trust differences in the SW context, causing JS/CSS resource loads to fail. The SW exists for PWA installability only — no interception is needed to satisfy that requirement. inline-item-edit.js: Move window.inlineItemEdit config read inside DOMContentLoaded so script load order vs. config assignment in @section Scripts doesn't matter. Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>