rebuild source discovery workflows
CI / compose (push) Failing after 5m46s

This commit is contained in:
Marco0300
2026-09-04 20:52:37 +02:00
parent 3a9b553440
commit 6aefbdc1f3
18 changed files with 853 additions and 106 deletions
+4 -1
View File
@@ -329,7 +329,6 @@ body[data-view="settings"] .lower-grid,
body[data-view="settings"] #crmPipeline,
body[data-view="settings"] #crmActivity,
body[data-view="settings"] #crmReports { display: none; }
#startDemoJobBtn { display: none !important; }
.view-active { animation: view-enter .18s ease-out; }
@keyframes view-enter { from { opacity: .35; transform: translateY(4px); } to { opacity: 1; transform: translateY(0); } }
@@ -403,3 +402,7 @@ th { background: #f8fafc; } td { padding-top: 14px; padding-bottom: 14px; }
footer { border-color: #e4e7ec; }
@media (max-width: 820px) { .sidebar { width: 232px; } .main { margin-left: 232px; } }
@media (max-width: 700px) { .main { margin-left: 0; } .topbar { height: 68px; } .content { padding-top: 26px; } }
.source-form-actions { display:flex; flex-wrap:wrap; gap:8px; }
.source-form-actions .button[disabled] { cursor:not-allowed; }
@media (max-width:700px) { .source-form-actions { width:100%; } .source-form-actions .button { flex:1 1 100%; } }