feat: FAB auch auf der Einkaufsseite hinzufügen

- Blauer Plus-FAB unten rechts auf Mobile
- Fokussiert das Quick-Add-Eingabefeld und scrollt es ins Sichtfeld
- Erstellt eine neue Liste, wenn noch keine vorhanden ist
- Service Worker Cache v14

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
ulsklyc
2026-03-26 07:23:15 +01:00
parent b115b644c7
commit c8c39930b5
2 changed files with 17 additions and 3 deletions
+3 -3
View File
@@ -12,9 +12,9 @@
* API: Immer Netzwerk (kein Caching von Nutzerdaten)
*/
const SHELL_CACHE = 'oikos-shell-v13';
const PAGES_CACHE = 'oikos-pages-v13';
const ASSETS_CACHE = 'oikos-assets-v13';
const SHELL_CACHE = 'oikos-shell-v14';
const PAGES_CACHE = 'oikos-pages-v14';
const ASSETS_CACHE = 'oikos-assets-v14';
const ALL_CACHES = [SHELL_CACHE, PAGES_CACHE, ASSETS_CACHE];
// App-Shell: sofort benötigt für ersten Render