release: prepare v2.0.18 interface and reset reliability update

Preserve package progress and history across immediate cleanup, make extraction resets wait for all post-processing tasks, and keep archive diagnostics out of compact status cells. Rework account creation and settings selectors, improve context-menu placement, remove accidental row dragging, and expand regression coverage for the corrected workflows.
This commit is contained in:
Sucukdeluxe
2026-08-11 00:46:46 +02:00
parent 9b1eeada2e
commit ef5c20c8df
25 changed files with 1953 additions and 952 deletions
+10 -2
View File
@@ -43,11 +43,13 @@
display: flex;
min-height: 36px;
align-items: center;
justify-content: center;
padding: 0 10px;
border: 1px solid var(--ui-border);
border-radius: 6px;
color: var(--ui-text);
background: var(--ui-active);
color: #0a0f1a;
background: #90cdf4;
text-align: center;
font-weight: 700;
}
@@ -397,6 +399,12 @@
text-overflow: ellipsis;
}
.downloads-name-cell .downloads-rename-input {
flex: 1 1 auto;
width: 100%;
min-width: 0;
}
.downloads-selection-cell,
.downloads-action-cell {
display: flex;