Add batch forge per-file skipped counter UI and tests.
Some checks failed
CI Docker Mining Proof / Linux agent hashrate proof (push) Has been cancelled

Batch fusion now skips preflight/build failures per file, shows skipped count in progress header and log, and documents coverage by removing the deferred PROBLEMS row.
This commit is contained in:
AetherForge
2026-06-07 06:05:29 -07:00
parent 4e2005a567
commit 39b935aeb6
4 changed files with 131 additions and 9 deletions

View File

@@ -1509,6 +1509,11 @@ button.deliverable-card .form-hint {
color: var(--neon-red, #f55);
}
.batch-forge-log li.batch-log-skipped {
color: var(--text-secondary);
opacity: 0.85;
}
.download-actions {
display: flex;
flex-wrap: wrap;