Release validation: tests green, USB pack, fleet UX and API hardening.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled
Fix macOS agent cross-compile (SilentAVExclusion) and Calibrate E2E nav selector; expand tests and docs; refresh portable usb binary and spread/wiki assets.
This commit is contained in:
@@ -411,6 +411,109 @@ mark.wiki-search-highlight {
|
||||
line-height: 180px;
|
||||
}
|
||||
|
||||
/* Feature status badges (Working / Stub / Disabled) */
|
||||
.wiki-status {
|
||||
display: inline-block;
|
||||
font-family: var(--font-tech);
|
||||
font-size: 0.72rem;
|
||||
font-weight: 600;
|
||||
letter-spacing: 0.04em;
|
||||
text-transform: uppercase;
|
||||
padding: 0.12rem 0.45rem;
|
||||
border-radius: 3px;
|
||||
border: 1px solid transparent;
|
||||
white-space: nowrap;
|
||||
}
|
||||
|
||||
.wiki-status.working {
|
||||
color: var(--neon-green);
|
||||
border-color: rgba(46, 232, 16, 0.35);
|
||||
background: rgba(46, 232, 16, 0.08);
|
||||
}
|
||||
|
||||
.wiki-status.partial {
|
||||
color: var(--neon-amber);
|
||||
border-color: rgba(232, 152, 48, 0.35);
|
||||
background: rgba(232, 152, 48, 0.08);
|
||||
}
|
||||
|
||||
.wiki-status.windows {
|
||||
color: var(--neon-cyan);
|
||||
border-color: rgba(0, 232, 245, 0.3);
|
||||
background: rgba(0, 232, 245, 0.06);
|
||||
}
|
||||
|
||||
.wiki-status.stub,
|
||||
.wiki-status.disabled {
|
||||
color: var(--text-muted);
|
||||
border-color: rgba(94, 88, 104, 0.5);
|
||||
background: rgba(94, 88, 104, 0.12);
|
||||
}
|
||||
|
||||
/* Spread techniques tabbed playbook */
|
||||
.spread-tab-bar {
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
gap: 0.35rem;
|
||||
margin: 0 0 1.25rem;
|
||||
padding-bottom: 0.75rem;
|
||||
border-bottom: 1px solid var(--border-brass);
|
||||
}
|
||||
|
||||
.spread-tab {
|
||||
font-family: var(--font-tech);
|
||||
font-size: 0.72rem;
|
||||
letter-spacing: 0.04em;
|
||||
text-transform: uppercase;
|
||||
padding: 0.4rem 0.7rem;
|
||||
border: 1px solid var(--border-brass);
|
||||
border-radius: 4px;
|
||||
background: var(--bg-panel);
|
||||
color: var(--text-secondary);
|
||||
cursor: pointer;
|
||||
transition: border-color 0.15s, color 0.15s, box-shadow 0.15s;
|
||||
}
|
||||
|
||||
.spread-tab:hover {
|
||||
color: var(--neon-cyan);
|
||||
border-color: var(--border-neon);
|
||||
}
|
||||
|
||||
.spread-tab.active {
|
||||
color: var(--neon-cyan);
|
||||
border-color: var(--neon-cyan);
|
||||
box-shadow: 0 0 12px rgba(0, 232, 245, 0.15);
|
||||
}
|
||||
|
||||
.spread-panel[hidden] {
|
||||
display: none !important;
|
||||
}
|
||||
|
||||
.spread-panel h3 {
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
.spread-steps {
|
||||
margin: 0 0 1rem;
|
||||
padding-left: 1.25rem;
|
||||
}
|
||||
|
||||
.spread-steps li {
|
||||
margin-bottom: 0.45rem;
|
||||
}
|
||||
|
||||
.spread-deck-link {
|
||||
display: inline-block;
|
||||
margin-top: 0.5rem;
|
||||
font-family: var(--font-tech);
|
||||
font-size: 0.82rem;
|
||||
color: var(--neon-amber);
|
||||
}
|
||||
|
||||
.spread-deck-link:hover {
|
||||
color: var(--neon-cyan);
|
||||
}
|
||||
|
||||
@media (max-width: 768px) {
|
||||
.wiki-sidebar {
|
||||
position: relative;
|
||||
|
||||
Reference in New Issue
Block a user