Page MenuHomePhabricator

Improve rendering of commit branching graph
ClosedPublic

Authored by epriestley on Jan 8 2016, 7:45 PM.
Tags
None
Referenced Files
F14057441: D14974.diff
Sun, Nov 17, 3:14 AM
F13983736: D14974.diff
Sun, Oct 20, 8:23 AM
F13972253: D14974.id.diff
Oct 17 2024, 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
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.