-
Notifications
You must be signed in to change notification settings - Fork 105
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
Fixed #35 add ability to show latest added notification on top. #36
base: master
Are you sure you want to change the base?
Conversation
@@ -92,6 +92,12 @@ props details: | |||
<td></td> | |||
<td>function returning html node which will act as notification container</td> | |||
</tr> | |||
<tr> | |||
<td>isLastTop</td> |
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.
Need a better name.
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.
isReverse
?
Or use isAddOnTop
, mean is add a new notification to top or bottom and it not a global change yet.
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.
newestOnTop
conflicted |
@lxzxl Are you planning on fixing the conflicts? |
@lxzxl 这个新增功能是我们需要的,可以解决下冲突,完成 PR 吗? |
No description provided.