feat(web-ui): CompileTab '영상 만들기' 버튼 + createPipeline payload 시그니처

This commit is contained in:
2026-05-09 13:30:31 +09:00
parent 53e9938903
commit 9c12de4593
4 changed files with 45 additions and 3 deletions

View File

@@ -3317,3 +3317,16 @@
.modal-actions button { padding:6px 14px; background:rgba(255,255,255,.05); color:var(--ms-text, #f0f0f5);
border:1px solid var(--ms-line, #2a2a3a); border-radius:8px; cursor:pointer; font-size:13px; }
.modal-actions .button.primary { background:rgba(56,189,248,.2); color:#bae6fd; border-color:rgba(56,189,248,.4); }
/* ── CompileTab → Pipeline 영상 만들기 버튼 ─────────────────────── */
.cmp-btn-video {
padding: 6px 12px;
background: rgba(56, 189, 248, 0.15);
color: #bae6fd;
border: 1px solid rgba(56, 189, 248, 0.4);
border-radius: 6px;
cursor: pointer;
font-size: 12px;
margin-left: 6px;
}
.cmp-btn-video:hover { background: rgba(56, 189, 248, 0.25); }