fix: harden rotation recovery and support diagnostics

Persist resume recovery across restarts, reconcile lifecycle controls with authoritative state, and wait for locked partial files before clean restarts.

Capture real account-attempt trails, redact historical account masks from support bundles, and keep all active telemetry on a stable 500 ms cadence.
This commit is contained in:
Sucukdeluxe
2026-08-13 06:26:24 +02:00
parent e1b4708952
commit 88399c5dd0
15 changed files with 626 additions and 161 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ describe("desktop shell", () => {
it("renders active download telemetry at a stable half-second cadence", () => {
expect(getSnapshotRenderDelay(2_470, true, "downloads")).toBe(500);
expect(getSnapshotRenderDelay(2_470, true, "statistics")).toBe(800);
expect(getSnapshotRenderDelay(2_470, true, "statistics")).toBe(500);
});
it("keeps support bundle progress tied to the unresolved export", async () => {