I'm currently using Alertify for simple error notifications and I'm considering switching to Messenger. However, I may actually need a library that does some things not in either in the future.
If I submitted pull requests adding features like these, which make Messenger a little more complex. Would they be accepted?
An optional image on the left, in place of the coloured circle
Support for icon sets such as Font-Awesome in that same space
Optional close on click behaviour (clicking dismisses the notification instead of a close icon)
Optional navigate/action on click behaviour (an action that's triggered when the notification is clicked, instead of presenting itself as a button or icon)
((I have a feeling I may be adding notifications such as "You have a new message from X" with the other user's avatar on the left of the notification to my application))
These all sound like wonderful additions to me, particularly if they’re all implemented optionally/progressive-enhancement-ally. PR away! And thx! :+1:
I'm currently using Alertify for simple error notifications and I'm considering switching to Messenger. However, I may actually need a library that does some things not in either in the future.
If I submitted pull requests adding features like these, which make Messenger a little more complex. Would they be accepted?
((I have a feeling I may be adding notifications such as "You have a new message from X" with the other user's avatar on the left of the notification to my application))