Refine premium workbench UX
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-14 05:10:36 +02:00
parent a18fba8c7a
commit a2d9cef986
15 changed files with 1802 additions and 106 deletions
@@ -116,13 +116,12 @@ export function SegmentationLab({
</button>
</div>
<div className="ai-lab-model-surface" aria-label="Segmentation model capabilities">
<div className="ai-lab-section-header">
<div>
<h3>Model registry</h3>
<p>Backend-reported segmenter states and limitations.</p>
</div>
</div>
<details className="ai-lab-model-surface" aria-label="Segmentation model capabilities">
<summary>
<span>Model registry</span>
<strong>{segmentationModels.length} models</strong>
</summary>
<div className="ai-lab-disclosure-body">
<div className="ai-lab-state-stack">
{loadingSegmentationModels ? (
<div className="result-state result-state-loading">
@@ -158,7 +157,8 @@ export function SegmentationLab({
</li>
))}
</ul>
</div>
</div>
</details>
<div className="lab-block">
<div className="ai-lab-run-surface" aria-label="Segmentation run controls">