colinlienard / gitlight

🐙 GitHub & GitLab notifications on your desktop
https://gitlight.app
MIT License
762 stars 33 forks source link

fix: use web workers to run intervals #257

Closed colinlienard closed 10 months ago

colinlienard commented 10 months ago

When minimising/closing the window, after a few minutes setIntervals would not be running. Fix this behaviour by using web workers

Reference: https://github.com/tauri-apps/tauri/issues/5147