minor ui improvements and upgraded dependencies

This commit is contained in:
Gani Georgiev
2022-07-14 09:58:53 +03:00
parent d4202e696b
commit 28bc2678e9
22 changed files with 617 additions and 802 deletions
+1 -1
View File
@@ -49,7 +49,7 @@
dispatch("load", items);
})
.catch((err) => {
if (err !== null) {
if (!err?.isAbort) {
isLoading = false;
console.warn(err);
clearList();