adding toast notification and other improvements to logic

This commit is contained in:
talksik
2019-08-20 22:38:49 -07:00
parent ad18e0620a
commit a52aa84d09
4 changed files with 69 additions and 13 deletions
+13
View File
@@ -6255,6 +6255,14 @@
"warning": "^4.0.1"
}
},
"react-toasts": {
"version": "3.0.3",
"resolved": "https://registry.npmjs.org/react-toasts/-/react-toasts-3.0.3.tgz",
"integrity": "sha512-af85o0jS05A1SuurACOnBSRlLf2krPeXMPXL/67qnB1PjoMI8QjKXdGcxkELeNw1DMp8LVvxqdGnP5jiueTlEg==",
"requires": {
"watchable-stores": "^2.0.2"
}
},
"react-transition-group": {
"version": "2.5.2",
"resolved": "https://registry.npmjs.org/react-transition-group/-/react-transition-group-2.5.2.tgz",
@@ -7749,6 +7757,11 @@
"loose-envify": "^1.0.0"
}
},
"watchable-stores": {
"version": "2.0.2",
"resolved": "https://registry.npmjs.org/watchable-stores/-/watchable-stores-2.0.2.tgz",
"integrity": "sha512-xKzypK+hG6gaZFcmiEvdazbD9Z8+hIlr+frC7Ne4N4LI0zvuPaT5uPrhn2RMxhiwaLVw70rctes+rPUTvwhPNg=="
},
"watchpack": {
"version": "1.6.0",
"resolved": "https://registry.npmjs.org/watchpack/-/watchpack-1.6.0.tgz",