fix: Notizen-Leerstate zentrieren + FAB auf Desktop und Mobile einheitlich
- notes-empty: column-span:all für korrekte Zentrierung im Multicolumn-Layout - Inline-Style grid-column entfernt (wirkte nicht bei CSS columns) - FAB jetzt auch auf Desktop sichtbar (48px, unten rechts) - Toolbar-"Neu"-Buttons auf allen Breakpoints versteckt — FAB ist einziger Erstellen-Button, kein Design-Bruch mehr zwischen Mobile und Desktop - Service Worker Cache v15 Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
+3
-3
@@ -12,9 +12,9 @@
|
||||
* API: Immer Netzwerk (kein Caching von Nutzerdaten)
|
||||
*/
|
||||
|
||||
const SHELL_CACHE = 'oikos-shell-v14';
|
||||
const PAGES_CACHE = 'oikos-pages-v14';
|
||||
const ASSETS_CACHE = 'oikos-assets-v14';
|
||||
const SHELL_CACHE = 'oikos-shell-v15';
|
||||
const PAGES_CACHE = 'oikos-pages-v15';
|
||||
const ASSETS_CACHE = 'oikos-assets-v15';
|
||||
const ALL_CACHES = [SHELL_CACHE, PAGES_CACHE, ASSETS_CACHE];
|
||||
|
||||
// App-Shell: sofort benötigt für ersten Render
|
||||
|
||||
Reference in New Issue
Block a user