cryonics-institute / checkin

A Mobile+Web Suite That Lets Those You Love Know You're OK; A Dead Man's Switch for Your Phone
GNU General Public License v3.0
3 stars 1 forks source link

Add Timer Interval to State #32

Closed ghost closed 5 years ago

ghost commented 5 years ago

Add a slider to the home component that allows the user to select the interval for the alert timer. Add a variable to carry the interval to the set-timer actions. Add actions to remove the timers. Add a default interval to the add-user actions.

Also, add an array to the timer reducer that can carry the result of the setTimeout function. Add appropriate actions for appending that result to that array and actions to remove them when they are redundant.