mirror of
https://github.com/vitodeploy/vito.git
synced 2025-07-01 05:56:16 +00:00
new toast notification ui (#188)
This commit is contained in:
@ -50,14 +50,6 @@ document.body.addEventListener('htmx:afterSwap', (event) => {
|
||||
});
|
||||
});
|
||||
|
||||
import toastr from 'toastr';
|
||||
window.toastr = toastr;
|
||||
window.toastr.options = {
|
||||
"debug": false,
|
||||
"positionClass": "toast-bottom-right",
|
||||
"preventDuplicates": true,
|
||||
}
|
||||
|
||||
import tippy from 'tippy.js';
|
||||
import 'tippy.js/dist/tippy.css';
|
||||
tippy('[data-tooltip]', {
|
||||
|
Reference in New Issue
Block a user