Page MenuHomePhabricator

Improve rendering of commit branching graph
ClosedPublic

Authored by epriestley on Jan 8 2016, 7:45 PM.
Tags
None
Referenced Files
F17756719: D14974.diff
Tue, Jul 22, 2:42 PM
F17662464: D14974.diff
Sat, Jul 12, 5:04 PM
Unknown Object (File)
Thu, Jun 26, 4:37 AM
Unknown Object (File)
Jun 17 2025, 10:33 AM
Unknown Object (File)
Jun 16 2025, 7:30 PM
Unknown Object (File)
Jun 15 2025, 4:45 AM
Unknown Object (File)
Jun 8 2025, 11:04 AM
Unknown Object (File)
Jun 6 2025, 9:58 AM
Subscribers
None

Details

Summary

Fixes T9323. Two minor fixes:

  • On the first commit, don't render a downward line.
  • Clean up a 1px spacing issue that had cropped up a while ago when we added icons or something, I think.
Test Plan

Before:

Screen Shot 2016-01-08 at 11.41.55 AM.png (228×228 px, 21 KB)

After:

Screen Shot 2016-01-08 at 11.42.05 AM.png (230×261 px, 26 KB)

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

epriestley retitled this revision from to Improve rendering of commit branching graph.
epriestley updated this object.
epriestley edited the test plan for this revision. (Show Details)
epriestley added a reviewer: chad.
chad edited edge metadata.
This revision is now accepted and ready to land.Jan 8 2016, 7:47 PM

This technically does the wrong thing for repositories with exactly one commit, I guess.

epriestley edited edge metadata.
  • Fix rendering for repositories with exactly one commit.
This revision was automatically updated to reflect the committed changes.