feat(cloud): manage LLM providers in database
Tests / Test passed: 664

This commit is contained in:
2026-07-14 00:31:47 +08:00
parent b613a315ff
commit a166ffd8a4
35 changed files with 2432 additions and 204 deletions
+21
View File
@@ -65,6 +65,20 @@ button.primary:hover:not(:disabled) {
background: var(--accent-hover);
}
button.icon-button {
width: 30px;
height: 30px;
padding: 0;
display: inline-flex;
align-items: center;
justify-content: center;
}
button.danger:hover:not(:disabled) {
background: var(--danger-bg);
border-color: var(--danger);
}
input,
select,
textarea {
@@ -356,6 +370,13 @@ tr.row-selected {
color: var(--text-muted);
}
.provider-actions {
display: flex;
justify-content: flex-end;
gap: 6px;
white-space: nowrap;
}
.loader {
display: inline-block;
animation: spin 1.2s linear infinite;