fix: independent try/catch per onboarding detection call

This commit is contained in:
Your Name
2026-02-20 14:47:26 +02:00
parent 83a3ca1e93
commit 4faac61901
2 changed files with 166 additions and 0 deletions

View File

@@ -143,6 +143,7 @@ onMounted(async () => {
await recurringStore.fetchEntries()
recurringStore.checkRecurrences()
setInterval(() => recurringStore.checkRecurrences(), 60000)
setInterval(() => onboardingStore.detectCompletions(), 5 * 60000)
// Background calendar sync
async function syncCalendars() {