fix(downloads): slow priority reorder motion

Extend only the priority reorder transition from 1.5 seconds to 3 seconds while preserving the separate package disclosure timing. Update the focused regression assertion to lock the intended duration.
This commit is contained in:
Sucukdeluxe
2026-08-15 03:53:04 +02:00
parent 6e65332d93
commit 7c4f166500
2 changed files with 2 additions and 2 deletions
+1 -1
View File
@@ -256,7 +256,7 @@ describe("virtualisierte Paketanimation", () => {
});
it("pins only previously visible rows for a real priority reorder", () => {
expect(DOWNLOAD_ORDER_TRANSITION_DURATION_MS).toBe(1500);
expect(DOWNLOAD_ORDER_TRANSITION_DURATION_MS).toBe(3000);
expect(isDownloadPackageOrderChange(["a", "b", "c"], ["b", "c", "a"])).toBe(true);
expect(isDownloadPackageOrderChange(["a", "b"], ["a", "c"])).toBe(false);
expect(getDownloadOrderTransitionPinnedIds({