Skip to content
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

Merged
merged 3 commits into from
Feb 10, 2019
Merged

Added reminders for Event #49

merged 3 commits into from
Feb 10, 2019

Conversation

eswarasai
Copy link

Description

  • Added reminder notifications for Events
  • Improved the UI of EventDetails Modal

Fixes: #39

@gitcoinbot gitcoinbot mentioned this pull request Feb 9, 2019
postMessage(timerPostData('ss', ss))
}

setTimeout(backgroundProcess, 1000)
Copy link
Member

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'
];
Copy link
Member

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
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍

@friedger friedger changed the base branch from develop to feature/add-reminder February 10, 2019 19:03
@friedger
Copy link
Member

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.

@friedger friedger merged commit aeb75aa into openintents:feature/add-reminder Feb 10, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants