integral icon indicating copy to clipboard operation
integral copied to clipboard

Feature Request - Simple javascript toast notifications

Open patricklindsay opened this issue 4 years ago • 0 comments

Currently Integral uses a (very out of date) version of Toastr to provide an API for developers to display toast notifications. This should be abstracted behind a Integral.Toast namespace and public API so that if the implementation is updated consumers won't need to update their usage.

When doing this we should also remove usage of the no longer maintained toastr-rails gem and pull in the latest toastr version to the asset pipeline.

Lets also make the notifications dismissible.

https://github.com/CodeSeven/toastr https://github.com/tylergannon/toastr-rails

patricklindsay avatar Aug 10 '19 04:08 patricklindsay