-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PipelineGraph and Pipeline Studio visual view integration #532
Conversation
✅ Deploy Preview for harness-xd-review ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
a962365
to
38bb051
Compare
c04b0d7
to
f659ecb
Compare
462aa64
to
161bcd2
Compare
} | ||
|
||
/** split path of item to 1. path to array and 2. element index */ | ||
export function getPathPeaces(path: string) { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: typo getPathPieces
import { ContainerNode } from '../types/nodes' | ||
import { AnyNodeInternal, ParallelNodeInternalType, SerialNodeInternalType } from '../types/nodes-internal' | ||
|
||
export function getThreeDepth(node: AnyNodeInternal): number { |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nit: typo getTreeDepth
// TODO | ||
style={{ | ||
border: '1px solid #454545', | ||
background: 'linear-gradient(-47deg, rgba(152, 150, 172, 0.05) 0%, rgba(177, 177, 177, 0.15) 100%)' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@srdjan-harness lets move this to a tailwind utility class once you're back.
No description provided.