]> Untitled Git - lemmy.git/commitdiff
Adding timeouts to message and delete picture notifications. #834
authorDessalines <tyhou13@gmx.com>
Wed, 24 Jun 2020 01:40:59 +0000 (21:40 -0400)
committerDessalines <tyhou13@gmx.com>
Wed, 24 Jun 2020 01:40:59 +0000 (21:40 -0400)
ui/src/utils.ts

index bdb9afbd2da3f243fc74ef8c0ce0a833f0526d68..f01a8494ae30796b065ad9a961342b04dbc7b061 100644 (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();