Add AV/Defender tests and clear PROBLEMS.md antivirus rows.

Cover mining diagnostics JSON blockers, AV-Safe preset fields, defender_off error paths, and Calibrate exclusion .ps1 generation with Go + Vitest; honest AV limits already documented in settingHelp.
This commit is contained in:
AetherForge
2026-06-07 06:34:56 -07:00
parent 74c006a04b
commit 7831e70dd4
35 changed files with 436 additions and 197 deletions

View File

@@ -8,7 +8,7 @@
width: 260px;
background: linear-gradient(180deg, rgba(16, 12, 8, 0.97) 0%, rgba(8, 6, 4, 0.98) 100%);
border-right: 1px solid var(--border-brass);
box-shadow: 4px 0 40px rgba(0, 0, 0, 0.5), inset -1px 0 0 rgba(0, 245, 255, 0.08);
box-shadow: 4px 0 40px rgba(0, 0, 0, 0.5), inset -1px 0 0 rgba(0, 232, 245, 0.08);
display: flex;
flex-direction: column;
position: fixed;
@@ -156,10 +156,10 @@
}
.nav-item.active {
background: linear-gradient(90deg, rgba(0, 245, 255, 0.12), transparent);
background: linear-gradient(90deg, rgba(0, 232, 245, 0.12), transparent);
color: var(--neon-cyan);
border-color: rgba(0, 245, 255, 0.35);
box-shadow: inset 0 0 20px rgba(0, 245, 255, 0.08);
border-color: rgba(0, 232, 245, 0.35);
box-shadow: inset 0 0 20px rgba(0, 232, 245, 0.08);
}
.nav-icon {
@@ -402,7 +402,7 @@
.readout-bar-fill.readout-bar-active {
background: linear-gradient(90deg, var(--neon-green), var(--neon-cyan));
box-shadow: 0 0 6px rgba(0, 245, 255, 0.35);
box-shadow: 0 0 6px rgba(0, 232, 245, 0.35);
animation: bar-shimmer 2.5s ease-in-out infinite;
background-size: 200% 100%;
}
@@ -451,7 +451,7 @@
.sig-ver {
font-size: 0.55rem;
color: rgba(0, 245, 255, 0.35);
color: rgba(0, 232, 245, 0.35);
letter-spacing: 0.18em;
}

View File

@@ -119,7 +119,7 @@
}
.mobile-bottom-nav-item.active {
background: rgba(0, 245, 255, 0.08);
background: rgba(0, 232, 245, 0.08);
}
.mobile-menu-backdrop {
@@ -171,7 +171,7 @@
}
.mobile-more-link.active {
background: rgba(0, 245, 255, 0.1);
background: rgba(0, 232, 245, 0.1);
color: var(--neon-cyan);
}