feat: Als PWA installierbar — Manifest, Offline-Worker (network-first), Dateihandling (D73)
Manifest mit Icons aus der Marke und Standalone-Fenster; ein bewusst dummer Service Worker beantwortet nur die App-Navigation network-first und hält die zuletzt gesehene Fassung für den Offline-Fall — die Update-Prüfung (D45) bleibt dadurch unverändert wahr, der skipWaiting-Lebenszyklus entfällt. Die installierte App registriert sich für .werkbaum-Dateien (file_handlers + launchQueue -> adoptFile). Beide Deploy-Wege kopieren die App-Hülle mit; .htaccess liefert .webmanifest mit MIME-Typ aus. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Fable 5
parent
f6785e3138
commit
19053eba1d
@@ -19,6 +19,9 @@ reverse.
|
||||
|
||||
## 2026-08-25
|
||||
|
||||
- The installed app registers for `.werkbaum` files — a double-click in the file manager opens them straight into the editor
|
||||
- A service worker starts the editor offline; navigations stay network-first, so the update notice keeps telling the truth
|
||||
- Werkbaum installs as an app: a web app manifest with standalone display and icons rendered from the brand mark
|
||||
- PWA file handling recorded in the plan — an installed app would open `.werkbaum` files on double-click and save without any dialog
|
||||
- In Chromium browsers, saving writes back to the opened file, and the same file reopens into the same document
|
||||
- Open a local `.werkbaum` file and save the document back as a file, from the document menu
|
||||
|
||||
Reference in New Issue
Block a user