refine: simplify update notifications

Open known updates directly without redundant searching or found toasts, retain failure and no-update feedback, and render the update dialog close action in red with a destructive hover state.
This commit is contained in:
Sucukdeluxe
2026-08-21 00:14:47 +02:00
parent ccf60db15f
commit e09cbcad8d
4 changed files with 7 additions and 8 deletions
+4 -4
View File
@@ -2405,14 +2405,14 @@ select.hs-input { max-width: none; width: auto; min-width: 140px; }
border: 1px solid transparent;
border-radius: 6px;
background: transparent;
color: var(--text-dim);
color: var(--danger);
cursor: pointer;
}
.update-close-button:hover {
border-color: var(--border);
background: var(--bg-active);
color: var(--text);
border-color: transparent;
background: var(--danger);
color: #000;
}
.update-close-button svg {