chore: release v0.26.4

This commit is contained in:
Ulas Kalayci
2026-04-27 12:47:43 +02:00
parent d1e48857b6
commit 29d9d28ee5
5 changed files with 21 additions and 4 deletions
+1 -1
View File
@@ -110,7 +110,7 @@ function showOnboarding(appContainer) {
// Widget-Definitionen (Reihenfolge = Standard-Layout)
// --------------------------------------------------------
const WIDGET_IDS = ['tasks', 'calendar', 'birthdays', 'budget', 'family', 'weather', 'shopping', 'meals', 'notes'];
const WIDGET_IDS = ['weather', 'tasks', 'calendar', 'birthdays', 'budget', 'family', 'shopping', 'meals', 'notes'];
const DEFAULT_WIDGET_CONFIG = WIDGET_IDS.map((id) => ({ id, visible: true }));