You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add the ability to send notifications to the user when an entry is completed, also would be good to have a button on the notification to start the next timer.
I am not sure about using the browser Notification API or using a simple Redux notifications solution. Both have drawbacks:
Web Notification API
Needs to figure out a way to subscribe to a service worker without overriding CRA default service worker.
Abstract all the notification calls in a Entity and a Service, which can be trick.
Redux Notification Solution
It's much simpler to implement, however the user will not be notified in background.
The text was updated successfully, but these errors were encountered:
Add the ability to send notifications to the user when an entry is completed, also would be good to have a button on the notification to start the next timer.
I am not sure about using the browser Notification API or using a simple Redux notifications solution. Both have drawbacks:
Web Notification API
Redux Notification Solution
The text was updated successfully, but these errors were encountered: