sapling icon indicating copy to clipboard operation
sapling copied to clipboard

renderdag: box: option to pad between nodes from separate branches

Open thomasa88 opened this issue 1 week ago • 2 comments

Makes it easier to visually scan the branches and find the heads quickly.

Before:

│ │ │ o  F some text message
│ ├───╯  that continues on the next line
│ │ │ o  E some text message
│ ├───╯  that continues on the next line
│ │ o  D some text message
│ │ │  that continues on the next line
│ │ o  C some text message
│ │ │  that continues on the next line
│ o │  B some text message
│ ├─╯  that continues on the next line
│ o  A some text message
├─╯  that continues on the next line

After:

│ │ │ o  F some text message
│ ├───╯  that continues on the next line
│ │ │
│ │ │ o  E some text message
│ ├───╯  that continues on the next line
│ │ │
│ │ o  D some text message
│ │ │  that continues on the next line
│ │ o  C some text message
│ │ │  that continues on the next line
│ │ │
│ o │  B some text message
│ ├─╯  that continues on the next line
│ o  A some text message
├─╯  that continues on the next line

thomasa88 avatar Dec 13 '25 11:12 thomasa88

@thomasa88 has updated the pull request. You must reimport the pull request before landing.

facebook-github-bot avatar Dec 13 '25 12:12 facebook-github-bot

@facebook-github-bot has imported this pull request. If you are a Meta employee, you can view this in D89118021. (Because this pull request was imported automatically, there will not be any future comments.)

meta-codesync[bot] avatar Dec 13 '25 12:12 meta-codesync[bot]