Feature: Kamera-Fotos im Tagebuch in Mediathek speichern anbieten

Nach capture-Aufnahmen erscheint Button 'Zum Fotoalbum hinzufügen'.
Nutzt Web Share API (iOS/Android) mit <a download> als Fallback.
UI.saveToAlbum() als wiederverwendbare Utility in ui.js.
SW by-v200, APP_VER 168.
This commit is contained in:
rene 2026-04-18 13:35:59 +02:00
parent 8fdca1f211
commit e97bd744e9
4 changed files with 64 additions and 3 deletions

View file

@ -3,7 +3,7 @@
Offline-Cache + Push Notifications + Tile-Cache
============================================================ */
const CACHE_VERSION = 'by-v199';
const CACHE_VERSION = 'by-v200';
const CACHE_STATIC = `${CACHE_VERSION}-static`;
const CACHE_TILES = 'ban-yaro-tiles-v1'; // bleibt über SW-Updates erhalten