Page MenuHomePhabricator

Improve rendering of commit branching graph
ClosedPublic

Authored by epriestley on Jan 8 2016, 7:45 PM.
Tags
None
Referenced Files
Unknown Object (File)
Thu, Sep 12, 1:20 AM
Unknown Object (File)
Wed, Sep 11, 8:53 AM
Unknown Object (File)
Thu, Sep 5, 3:16 AM
Unknown Object (File)
Mon, Sep 2, 9:17 PM
Unknown Object (File)
Mon, Sep 2, 5:11 AM
Unknown Object (File)
Mon, Sep 2, 5:11 AM
Unknown Object (File)
Mon, Sep 2, 5:11 AM
Unknown Object (File)
Mon, Sep 2, 5:11 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.