feat: project workflow contracts in graph

This commit is contained in:
lda
2026-08-14 22:19:02 +07:00 Verified
parent 22bcba3596
commit 737689d015
13 changed files with 602 additions and 23 deletions
+21
View File
@@ -1731,6 +1731,17 @@ tbody tr:hover {
padding-top: 0.35rem;
}
.graph-node--contract {
border-color: #747b74 !important;
border-style: double;
background: #f1f0ea;
box-shadow: none;
}
.graph-node--contract .graph-node__label {
text-transform: none;
}
.workflow-graph .react-flow__handle {
width: 0.55rem;
height: 0.55rem;
@@ -2023,6 +2034,16 @@ tbody tr:hover {
min-width: 0;
}
.workflow-graph .graph-edge--contract .react-flow__edge-path {
stroke: #687568;
stroke-width: 1.5;
stroke-dasharray: 6 5;
}
.workflow-graph .graph-edge--contract .react-flow__edge-text {
fill: #536053;
}
.authoring-path-picker {
display: grid;
min-width: 0;