Igor Prado

Results 11 comments of Igor Prado

Sorry the delay on this. @pollen8 can you doc this on README too?

Right now it's not possible due the order of the elements on each container and the css positions.

Sure. At the beginning the idea was provide a plug-and-play plugin with a handcrafted style and set of colors for each type of notification. That was my main goal and...

I believe that add more events to detect selection, copy/paste or mouse events would bloat the code. A simple change would be add another property, something called `dismissOnClick` to `false`,...

Thanks for the sugestion @hakunin. I'm running out of time lately, so I'll keep this labeled as an enhancement.

With the current API, no. Can you provide a scenario for this?

In other words, do you want to extend the time of a known and existing notification, right? Maybe something like `extendNotification(uid, time)`?

can you guys provide a working example of this?

Thanks for the reply, @cridenour. I agree with you. Indeed we can have more stores listening to `requests` actions in this case. I made several changes to the first approach....

Thanks @iam4x, it would be great! Indeed a singleton pattern to achieve this may be a problem. I'll search more about it.