Adding timeouts to message and delete picture notifications. #834

This commit is contained in:
Dessalines 2020-06-23 21:40:59 -04:00
parent 790b944031
commit b94d380729

4
ui/src/utils.ts vendored
View file

@ -527,7 +527,7 @@ export function pictrsDeleteToast(
backgroundColor: backgroundColor,
gravity: 'top',
position: 'right',
duration: 0,
duration: 10000,
onClick: () => {
if (toast) {
window.location.replace(deleteUrl);
@ -556,7 +556,7 @@ export function messageToastify(
close: true,
gravity: 'top',
position: 'right',
duration: 0,
duration: 5000,
onClick: () => {
if (toast) {
toast.hideToast();