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,6 +1,6 @@
import type { DownloadLogicalRow } from "./downloads-model";
export const DOWNLOAD_ORDER_TRANSITION_DURATION_MS = 1500;
export const DOWNLOAD_ORDER_TRANSITION_DURATION_MS = 3000;
export const DOWNLOAD_ORDER_TRANSITION_MAX_PINNED_ROWS = 96;
const DOWNLOAD_ORDER_TRANSITION_EASING = "cubic-bezier(0.22, 1, 0.36, 1)";