Add one-click GIS workflow run
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-07-05 00:11:03 +02:00
parent a9c108a4d4
commit 533135885c
12 changed files with 140 additions and 25 deletions
+34
View File
@@ -4873,6 +4873,40 @@ section {
font-size: 0.78rem;
}
.guided-gis-full-run {
grid-column: span 1;
}
.guided-gis-batch-status {
display: grid;
gap: 0.12rem;
min-width: 0;
border: 1px solid rgba(15, 118, 110, 0.22);
border-radius: 6px;
padding: 0.44rem 0.52rem;
background: #f8fbf9;
}
.guided-gis-batch-status strong {
overflow: hidden;
color: #0f766e;
font-size: 0.68rem;
font-weight: 850;
letter-spacing: 0.045em;
text-overflow: ellipsis;
text-transform: uppercase;
white-space: nowrap;
}
.guided-gis-batch-status span {
overflow: hidden;
color: var(--muted);
font-size: 0.76rem;
line-height: 1.25;
text-overflow: ellipsis;
white-space: nowrap;
}
.bbox-select-surface {
border-left-width: 3px;
}