Scale regional data catalogs
GeoIntel CI / docs-smoke (push) Canceled after 0s
GeoIntel CI / contract-smoke (push) Canceled after 0s

This commit is contained in:
Codex
2026-07-17 16:39:28 +02:00
parent 132c4feed8
commit 6fd3ed49b2
9 changed files with 321 additions and 31 deletions
+48
View File
@@ -571,6 +571,54 @@ details.data-panel-form-block > form {
background: transparent;
}
.catalog-browser-toolbar {
display: grid;
gap: 0.55rem;
padding: 0.65rem;
border-bottom: 1px solid var(--line);
background: #f8fafb;
}
.catalog-browser-toolbar-datasets {
margin-bottom: 0.65rem;
border: 1px solid var(--line);
border-radius: 6px;
}
.catalog-search-field {
display: grid;
gap: 0.3rem;
color: #53616d;
font-size: 0.74rem;
font-weight: 750;
}
.catalog-search-field input {
margin: 0;
background: #ffffff;
}
.catalog-pagination {
display: flex;
flex-wrap: wrap;
gap: 0.45rem;
align-items: center;
color: var(--muted);
font-size: 0.76rem;
}
.catalog-pagination strong {
min-width: 3.5rem;
color: var(--ink);
text-align: center;
}
.catalog-pagination .secondary-action {
width: auto;
min-height: 2rem;
padding: 0.35rem 0.6rem;
}
/* AI and review workspaces */
.ai-lab-shell {