minor ui adjustments

This commit is contained in:
Gani Georgiev
2026-05-24 10:49:31 +03:00
parent b022e138d4
commit 7984e586a8
10 changed files with 58 additions and 60 deletions
+2 -4
View File
@@ -75,9 +75,9 @@ export function logsList(logsSettings) {
for (let i = 0; i < result.items.length; i++) {
app.utils.pushOrReplaceObject(data.logs, result.items[i]);
// yield to main (with room to "breathe")
// yield to main
if (i > 1 && i % 20 == 0) {
await new Promise((r) => setTimeout(r, 20));
await new Promise((r) => setTimeout(r, 0));
}
}
@@ -165,8 +165,6 @@ export function logsList(logsSettings) {
return; // nothing to download
}
console.log(data.bulkSelected);
if (selected.length == 1) {
return app.utils.downloadJSON(
selected[0],