Merge branch 'main' into claude/nostalgic-knuth-a87bef

This commit is contained in:
Janpeter Visser 2026-05-07 17:33:15 +02:00 committed by GitHub
commit 4774077051
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
10 changed files with 358 additions and 100 deletions

View file

@ -208,5 +208,5 @@ export function useNotificationsRealtime() {
document.removeEventListener('visibilitychange', onVisibilityChange)
close()
}
}, [])
}, [router])
}