new toast notification ui (#188)

This commit is contained in:
Saeed Vaziry
2024-05-03 10:40:01 +02:00
committed by GitHub
parent 9936958259
commit e704a13d6b
19 changed files with 1923 additions and 2325 deletions

View File

@ -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]', {