-
**_1 Upvote**_ After upgrading from beta.11 to beta.12 my application no-longer runs. It throws the following error:
```
=> Started proxy.
Error: sourcePath not a file: bootstrap/js/transition.js
…
-
Would you be ok to integrate [Toastr Notifications](https://github.com/CodeSeven/toastr) on this dashboard ?
EDIT: This was a stupid issue. Adding a notifications system is just adding a new JS file …
-
Now only one notification can be displayed simultaneously.
But what do you think about feature of stacking of few messages?
-
I have a class that uses toastr that works normally but fails after bundling. The class is Notify.js:
```
import 'bootstrap';
import toastr from 'toastr/toastr';
import 'toastr/toastr.css!';
export…
-
I'm using JHipster 2.19.0 and I like the new AlertService. However, I'd like to configure it so 1) alerts show up at the bottom of the screen and 2) they're full-width on mobile. Right now, alerts sho…
-
Will require Angular implementation.
-
If anything goes wrong at the server side, there is no feedback to the user. mosaico silently does not work.
For example, if upload of an image fails, and the server does not respond with a valid JSO…
bwl21 updated
8 years ago
-
Hi, I've implemented toastr on a Ruby on Rails application, it works great but the notifications' close button does not show up, it's functionality is there but not the button, do you know how can I s…
Iza19 updated
9 years ago
-
Hi
Below is the list of packages installed
```
accounts-google 1.0.6 Login service for Google accounts
accounts-password 1.1.4 Password support for accounts
accounts-…
-
The "Dynamically adding notifications" example grows the array of notifications indefinitely. Would like to see guidance on when/how to remove the elements from the array in sync with them being hidde…