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 @@
Router, State-Management, Navigation, Initialisierung.
============================================================ */
const APP_VER = '167'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const APP_VER = '168'; // ← bei jedem Deploy mit Frontend-Änderungen erhöhen
const App = (() => {