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 onShowing, onShown, onClosing, onClosed prop events  #47

Open
wants to merge 10 commits into
base: master
Choose a base branch
from

Conversation

YamadaTakahito
Copy link

@YamadaTakahito YamadaTakahito commented Apr 15, 2021

Original Pull Request: #13

What

  • Those events call while showing and hiding the notification.
  • I fix conflict in 64c49c8 and add additionalProps to those events arguments in 0a322a2

coderproject and others added 10 commits September 9, 2018 12:59
These events may be used in ui modifications while showing and hiding the notification.
added onShowing, onShown, onClosing, onClosed to README
onClosed will be fired with a parameter that informs if notification is being closed just to show again,
in my case, I was hiding notification in onClosed event, but in case that it will be shown again, it should not be removed.
@YamadaTakahito
Copy link
Author

@robcalcroft
review, please!

@robcalcroft robcalcroft self-requested a review April 19, 2021 20:10
Copy link
Owner

@robcalcroft robcalcroft left a comment

Choose a reason for hiding this comment

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

Looks like there's some conflicts but once they're fixed we can merge :)

@YamadaTakahito
Copy link
Author

@robcalcroft
Looks like no conflict for me.🤔

image

@robcalcroft
Copy link
Owner

@YamadaTakahito Hmm that's weird, im seeing:
Screenshot 2021-04-26 at 10 11 43 could you try running git rebase master on your branch to see if there are any conflicts you encounter when rebasing against master, thanks.

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.

3 participants