Polish QA and export workspaces
GeoIntel CI / docs-smoke (push) Has been cancelled
GeoIntel CI / contract-smoke (push) Has been cancelled

This commit is contained in:
Codex
2026-06-17 21:05:15 +02:00
parent a3df753732
commit e4b09c4e45
8 changed files with 391 additions and 68 deletions
@@ -8,8 +8,14 @@ export function ExportPreview({ content }: ExportPreviewProps): JSX.Element | nu
}
return (
<section>
<h2>Export Preview</h2>
<section className="export-preview-panel">
<div className="panel-title-row">
<div>
<h2>Export Preview</h2>
<p className="muted">JSON and GeoJSON content preview for the selected export artifact.</p>
</div>
<span className="count-pill">preview</span>
</div>
<pre className="job-result">{JSON.stringify(content, null, 2)}</pre>
</section>
)