fix: Dashboard-Widgets zeigen jetzt alle offenen Aufgaben und neueste Notizen

Aufgaben-Widget zeigte nur high/urgent Tasks mit Fälligkeit ≤48h,
Pinnwand-Widget nur explizit gepinnte Notizen. Neue Einträge waren
dadurch im Dashboard unsichtbar.

- Aufgaben: alle offenen Tasks (sortiert nach Priorität), Limit 5
- Notizen: neueste 3 (gepinnte zuerst, dann nach Aktualisierung)
- Greeting-Chip zählt weiterhin nur high/urgent Tasks

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