feat(statistics): show rolling account usage

This commit is contained in:
Sucukdeluxe
2026-08-21 08:30:50 +02:00
parent e24f685a71
commit 4de4f4a0be
5 changed files with 173 additions and 26 deletions
+20 -1
View File
@@ -496,8 +496,27 @@ function createDenseSnapshot(): UiSnapshot {
}
}
]
},
rolling24Hours: {
from: 1786226400000,
to: 1786312800000,
downloadedBytes: 541165879488,
accounts: [
{
id: "rdw_visual_primary",
provider: "realdebrid",
label: "xSucukDE",
bytes: 328565653504
},
{
id: "dl_visual_secondary",
provider: "debridlink",
label: "Debrid-Link Key 2",
bytes: 212600225984
}
]
}
};
};
snapshot.speedText = "12,0 MB/s";
snapshot.etaText = "00:17:24";
snapshot.canStart = true;