fix(downloads): harden duplicate resolution and row controls

This commit is contained in:
NimBold
2026-07-29 18:28:46 +03:30
parent 546be23c91
commit 29bbb009b5
17 changed files with 248 additions and 89 deletions
+12 -1
View File
@@ -73,7 +73,18 @@ describe('download table column preferences', () => {
800
)).toMatchObject({
right: 8,
height: 30,
height: 28,
visibility: 'visible',
});
expect(getDownloadActionPosition(
{ top: 40, right: 400, bottom: 72, left: 100 },
viewport,
viewport,
800,
16
)).toMatchObject({
right: 416,
visibility: 'visible',
});