-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added reminders for Event #49
Added reminders for Event #49
Conversation
postMessage(timerPostData('ss', ss)) | ||
} | ||
|
||
setTimeout(backgroundProcess, 1000) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Here we should have just one timeout until the next event.
'/', | ||
'/index.html', | ||
'/background_process.js' | ||
]; |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This should also include the bundles
@@ -276,7 +283,7 @@ export function addEvent(event) { | |||
export function updateEvent(event) { | |||
return async (dispatch, getState) => { | |||
let { allEvents } = getState().events | |||
var eventInfo = event | |||
let eventInfo = event |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Good work. I accept the submission, but don't merge yet into develop. I have created a feature branch that should be used to make further improvements. |
Description
Fixes: #39