Add guided detection calibration runner
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-07-08 13:11:02 +02:00
parent 0e182ad69d
commit c0bebd609b
8 changed files with 358 additions and 0 deletions
+15
View File
@@ -3294,6 +3294,21 @@ button.entity-card {
background: #fbfdfb;
}
.guided-calibration-surface {
border-color: #d9e4dd;
background: linear-gradient(180deg, #ffffff, #f8fcf9);
}
.calibration-progress-panel {
display: grid;
gap: 0.55rem;
min-width: 0;
border: 1px solid var(--line);
border-radius: 8px;
padding: 0.68rem;
background: #ffffff;
}
.calibration-summary-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));