From a7d145aa708a4c34a52901271a95bbd8f439de43 Mon Sep 17 00:00:00 2001 From: Jared Vititoe Date: Tue, 30 Jun 2026 09:39:06 -0400 Subject: [PATCH] docs(bugs): manifest:false verified OK (not a bug) Co-Authored-By: Claude Opus 4.8 --- LOTUS_BUGS.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LOTUS_BUGS.md b/LOTUS_BUGS.md index 1549c2e1f..aafedda17 100644 --- a/LOTUS_BUGS.md +++ b/LOTUS_BUGS.md @@ -90,7 +90,7 @@ Items from testing, with their fork-level fix path: - **N107 — SW has no `push` handler** — Web Push delivery is entirely non-functional. Needs a `push` listener + a Matrix push-gateway integration. - **No app-asset caching strategy** (`src/sw.ts`) — no offline capability. -- **`manifest: false`** in `vite.config.js` — may block correct PWA install if not handled externally. +- ~~**`manifest: false`** may block PWA install~~ — **verified OK (2026-06):** `index.html` links `/manifest.json`, which exists in `public/` and is copied to `dist/`; VitePWA intentionally doesn't generate one. Not a bug. ### Dependencies & Build