Page MenuHomePhabricator

Improve rendering of commit branching graph
ClosedPublic

Authored by epriestley on Jan 8 2016, 7:45 PM.
Tags
None
Referenced Files
F13983736: D14974.diff
Sun, Oct 20, 8:23 AM
F13972253: D14974.id.diff
Thu, Oct 17, 5:59 PM
Unknown Object (File)
Oct 1 2024, 10:07 PM
Unknown Object (File)
Sep 19 2024, 9:45 AM
Unknown Object (File)
Sep 19 2024, 9:44 AM
Unknown Object (File)
Sep 19 2024, 9:42 AM
Unknown Object (File)
Sep 18 2024, 3:52 AM
Unknown Object (File)
Sep 12 2024, 1:20 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
Branch
ctail
Lint
Lint Passed
Unit
Tests Passed
Build Status
Buildable 10007
Build 12096: Run Core Tests
Build 12095: 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.