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)
Sat, Jan 25, 4:01 PM
Unknown Object (File)
Fri, Jan 24, 11:03 AM
Unknown Object (File)
Fri, Jan 24, 11:03 AM
Unknown Object (File)
Fri, Jan 24, 11:03 AM
Unknown Object (File)
Fri, Jan 24, 11:03 AM
Unknown Object (File)
Tue, Jan 21, 9:33 AM
Unknown Object (File)
Sat, Jan 18, 12:12 AM
Unknown Object (File)
Fri, Jan 17, 10:40 PM
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
Branch
ctail
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 10008
Build 12098: Run Core Tests
Build 12097: arc lint + arc unit

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.