bulk client creation
Some checks failed
PHPUnit / test (push) Has been cancelled

This commit is contained in:
2026-07-07 16:53:35 +02:00
parent 181ca2b7d4
commit 4afab336ee
7 changed files with 566 additions and 29 deletions

View File

@ -1823,6 +1823,61 @@ table.data-table tbody tr.row-orphan-category td {
}
.inline-form-card .form-group { margin-bottom: 10px; }
.client-create-card .client-create-tabs {
margin-bottom: 14px;
}
.client-create-card .form-hint {
margin: 0 0 10px;
font-size: .82rem;
color: var(--text-secondary);
line-height: 1.45;
}
.client-range-row {
align-items: flex-end;
gap: 10px;
}
.client-range-row .form-group {
flex: 1;
margin-bottom: 0;
}
.client-range-arrow {
flex: 0 0 auto;
padding-bottom: 10px;
color: var(--text-secondary);
font-size: 1.1rem;
font-weight: 600;
}
.client-range-preview {
margin-top: 12px;
padding: 10px 12px;
background: var(--surface);
border: 1px dashed var(--border);
border-radius: var(--radius);
font-size: .85rem;
color: var(--text-secondary);
line-height: 1.45;
}
.client-range-preview strong {
color: var(--text);
}
.client-range-preview .range-codes {
margin-top: 6px;
font-family: var(--font-mono, ui-monospace, monospace);
font-size: .8rem;
word-break: break-word;
}
.client-range-preview-error {
border-style: solid;
border-color: var(--toast-error-border);
background: var(--toast-error-bg);
color: var(--toast-error-fg);
}
.client-create-actions {
display: flex;
gap: 8px;
margin-top: 12px;
}
/* Type select */
.type-select {
width: 100%;