feat: add Ops AI Workspace npm setup command

This commit is contained in:
DCCONSTRUCTIONS
2026-06-24 20:40:12 +03:00
parent 763b90f3ba
commit 43e5f570e5
7 changed files with 160 additions and 31 deletions
+12 -2
View File
@@ -1163,7 +1163,7 @@
.ai-settings-field-row--download {
align-items: end;
grid-template-columns: minmax(0, 1fr) auto;
grid-template-columns: minmax(0, 1fr) minmax(96px, 112px) auto;
}
.ai-settings-field > span {
@@ -1409,7 +1409,7 @@
.ai-settings-actions .modal-btn:hover:not(:disabled),
.ai-settings-empty-context .modal-btn:hover:not(:disabled),
.ai-settings-inline-download:hover {
.ai-settings-inline-download:hover:not(:disabled) {
background: var(--nodedc-glass-control-hover);
color: #ffffff;
}
@@ -1420,11 +1420,21 @@
color: var(--brand-contrast);
}
.ai-settings-inline-download.btn-primary {
background: var(--brand);
color: var(--brand-contrast);
}
.ai-settings-actions .modal-btn:disabled {
cursor: default;
opacity: 0.48;
}
.ai-settings-inline-download:disabled {
cursor: default;
opacity: 0.48;
}
.ai-settings-context-pane > .ai-settings-actions,
.ai-settings-details-pane > .ai-settings-actions {
margin-top: auto;