Merge remote changes - resolve conflicts: keep remote package.json v1.4.0, keep local self-updater.js logic, features.js regenerated by build

This commit is contained in:
Krystie
2026-05-14 21:08:20 -07:00
32 changed files with 1749 additions and 316 deletions
+22
View File
@@ -2852,6 +2852,28 @@ button:focus-visible {
display: block;
}
/* Range selector buttons (resource monitor history) */
.stats-range-btn {
padding: 4px 10px;
background: var(--card-base);
border: 1px solid var(--border);
color: var(--muted);
border-radius: 4px;
font-size: 0.75rem;
cursor: pointer;
}
.stats-range-btn:hover {
border-color: var(--accent);
color: var(--fg);
}
.stats-range-btn.active {
background: color-mix(in srgb, var(--accent) 18%, transparent);
border-color: var(--accent);
color: var(--accent);
}
/* Status badges (Health and Updates) */
.status-badge {
display: inline-flex;