feat(downloads): restore package disclosure motion and remaining size
Restore smooth 300 ms expand and collapse transitions without removing row virtualization. Limit animated disclosure rows globally, preserve live item updates during motion, support rapid reversal, and keep large queues bounded. Add a Remaining sidebar metric that sums only unfinished known bytes while clearly marking unknown open sizes. Cover multi-package limits, live transition merges, honest remaining-size semantics, translations, and accessibility.
This commit is contained in:
+2
-1
@@ -148,7 +148,8 @@ describe("renderer localization", () => {
|
||||
["3 ausgewählt", "3 selected"],
|
||||
["vor 4 Std", "4 hr ago"],
|
||||
["Zeitregel 4", "Schedule rule 4"],
|
||||
["1.5 GB von 10 GB übrig", "1.5 GB of 10 GB remaining"]
|
||||
["1.5 GB von 10 GB übrig", "1.5 GB of 10 GB remaining"],
|
||||
["Verbleibend", "Remaining"]
|
||||
])("translates composed renderer text %s without changing its payload", (german, english) => {
|
||||
expect(translateUiText(german, "en")).toBe(english);
|
||||
expect(translateUiText(english, "de")).toBe(german);
|
||||
|
||||
Reference in New Issue
Block a user