pnotify icon indicating copy to clipboard operation
pnotify copied to clipboard

Beautiful JavaScript notifications with Web Notifications support.

Results 50 pnotify issues
Sort by recently updated
recently updated
newest added

I'm trying to change the default icons but it doesn't seem to work. ```javascript PNotify.defaultModules.set(PNotifyFontAwesome5Fix, {}); PNotify.defaultModules.set(PNotifyFontAwesome5, { notice: 'fal fa-exclamation-circle', info: 'fal fa-info-circle', success: 'fal fa-check-circle', error: 'fal fa-exclamation-triangle',...

Hello, when using pnotify with project in typesciprt 3.9.2 I've got error ``` 「atl」: Checking started in a separate process... [at-loader] ./node_modules/@pnotify/core/Stack.d.ts:121:21 TS2709: Cannot use namespace 'Notice' as a type....

Unable to get pnotify to work on the washer. Could you add a doc for Laravel? Thank you

The module control is set whenever _permission changes, and that may change while a notice is open. Module control status shouldn't change while the notice is open.

bug

I've tested Countdown module combined with Bootrstrap4 module and it does not show the countdown. Tried on PNotify web page.

Hi, I have used Pnotify, For alert I used: `PNotify.alert(opts);` For error I used: `PNotify.error(opts);` When I run alert function more the one time it works properly, but when the...

I was noticing `Exported variable has or is using private name ` issue for `NoticeProperties` in my project. This PR will export this class so that the compiler can reference...

Trying to add styling for bootstrap I set the value 'bootstrap' instead of 'bootstrap3' and I got an error: this.styles is undefined It would be useful to actually check the...

enhancement
ready