-
I've got an issue with progressBar option. When the toastr element with running progressBar option is hover, the progress bar is hidden and when the toastr is unhover the progress bar is shown but sta…
-
[enhancement] use react-s-alert instead of toastr to alarm some message to user
Not only the features of `toastr` are almost exactly provided by `react-s-alert` but also it doesn't depend on `jQuery`…
-
@tomchentw I have added a few media queries to the `toastr.min.css` and want to share it here. I will not be able to add it to this project since that was added as an external file from cdnjs. Please …
-
### Sample
SPFx Toastr Application Customizer
### Author(s)
@thechriskent
### Question
I was trying to add this SPFx Toastr Application Customizer extension to my tenant and i have deployed it su…
-
When an incorrect password is entered, there is no message/alert displayed to the user.
We can just see in console
```
Object { stack: "Meteor.makeErrorType/errorClass@htt…", error: 403, reason: "In…
-
I am struggling to implement this with Angular 2 + Webpack.
Are there perhaps any documented steps to do this?
Thanks!
-
제곧내
@2kyung19
-
Related to #328, there seems to be an issue with the creation of APP_INITIALIZERS, which depend on toastr. Here an example:
If you specify
```javascript
{ provide: ConfigService, useClass: Con…
-
I am trying to create a custom toastrPrompt() function and get the return value(s)
`Delete`
```
$('.btn-delete').click( function(){
var result = toastrPrompt();
console.log(result);
})
…
-
Any *.scss file in my solutions fail compile when I build or when I give the command to build all SASS files. Oddly enough, though, they succeed when I make a change and save the file (note that the o…