Polish approval and import UI
CI / Rust Checks (push) Successful in 5m32s
CI / UI Checks (push) Successful in 4s
CI / Deployment Manifests (push) Successful in 3s
CI / Frontend E2E (push) Successful in 3m30s
CI / Deploy (push) Successful in 1m33s

This commit is contained in:
github-ops
2026-06-24 21:51:13 +00:00
parent 3b51cb89df
commit 209b3e1485
6 changed files with 142 additions and 98 deletions
+8 -4
View File
@@ -40,7 +40,7 @@
overflow: hidden;
border: 1px solid var(--border);
border-radius: 22px;
background: var(--bg-surface);
background: var(--bg-canvas);
box-shadow: 0 24px 80px rgba(0, 0, 0, 0.6);
}
@@ -50,7 +50,7 @@
gap: 18px;
padding: 22px 24px;
border-bottom: 1px solid var(--border);
background: var(--bg-surface);
background: var(--bg-canvas);
}
.openapi-import-header h2 {
@@ -67,12 +67,16 @@
.openapi-import-body {
overflow: auto;
padding: 20px 24px 24px;
background: var(--bg-surface);
background: var(--bg-canvas);
}
.openapi-import-upload {
display: grid;
gap: 12px;
padding: 16px;
border: 1px solid var(--border-subtle);
border-radius: 16px;
background: var(--bg-surface);
}
.openapi-file-label {
@@ -90,7 +94,7 @@
padding: 14px;
border: 1px solid var(--border);
border-radius: 14px;
background: var(--bg-overlay);
background: #0d1117;
color: var(--text-primary);
font-family: ui-monospace, SFMono-Regular, Menlo, Consolas, monospace;
font-size: 12px;