Add OpenAI key save and test controls

This commit is contained in:
rajchales-monito
2026-07-29 21:27:32 +02:00
parent d1cd58c586
commit 9f9f90df2e
4 changed files with 71 additions and 4 deletions
+13
View File
@@ -261,6 +261,19 @@ label { display: grid; gap: 6px; color: var(--muted); font-size: 13px; }
height: 38px;
padding: 0 10px;
}
.ai-actions {
grid-column: 1 / -1;
display: grid;
grid-template-columns: repeat(2, minmax(0, 1fr));
gap: 8px;
}
.ai-actions button {
padding: 10px 12px;
}
.ai-actions button:last-child {
background: #edf3ef;
color: var(--ink);
}
.list-tools {
padding: 10px 14px;
border-bottom: 1px solid var(--line);