Add calibration summary export
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:31:11 +02:00
parent 682a113d64
commit 8089df3504
6 changed files with 120 additions and 1 deletions
+8
View File
@@ -3315,6 +3315,14 @@ button.entity-card {
white-space: nowrap;
}
.panel-action-row {
display: flex;
flex-wrap: wrap;
align-items: center;
justify-content: flex-end;
gap: 0.5rem;
}
.calibration-summary-grid {
display: grid;
grid-template-columns: repeat(3, minmax(0, 1fr));