dkrichards86 / downtimer

Downtimer is a browser based productivity timer and wellness app.
https://downtimer.io
MIT License
0 stars 0 forks source link

Notification updates #20

Closed dkrichards86 closed 5 years ago

dkrichards86 commented 5 years ago

What kind of change does this PR introduce?

What is the current behavior? Notifications required permission after first notification was to appear. Alert chimes didn't fire on inactive tabs without prior interaction.

What is the new behavior? Notifications are requested on invocation (via push.js). Alert chimes run on inactive tabs by faking interaction (via howler.js)

Other information Addresses #18 and #19