Page MenuHomePhabricator

Introduce "DiffusionCommitGraphView", which unifies "HistoryListView" and "HistoryTableView"
ClosedPublic

Authored by epriestley on Jul 10 2020, 6:20 PM.
Tags
None
Referenced Files
F15458319: D21410.diff
Sun, Mar 30, 11:02 PM
F15446684: D21410.id50953.diff
Thu, Mar 27, 7:46 PM
F15441882: D21410.id51027.diff
Wed, Mar 26, 8:31 PM
F15439765: D21410.id51027.diff
Wed, Mar 26, 9:21 AM
F15436298: D21410.id.diff
Tue, Mar 25, 1:14 PM
F15432565: D21410.diff
Mon, Mar 24, 6:35 PM
F15432411: D21410.diff
Mon, Mar 24, 6:01 PM
F15419873: D21410.id.diff
Fri, Mar 21, 9:35 AM
Subscribers
None

Details

Summary

Ref T13552. Currently, commit lists are sometimes rendered as an object list and sometimes rendered as a table. There are two separate views for table rendering.

Add a fourth view ("list, with a graph") with the eventual intent of unifying all the other views. For now, this only replaces "HistoryListView" -- and needs some more work to really be a convincing replacement.

Test Plan
  • Looked at "History" in Diffusion, saw an ugly view with all the information we want.
  • Grepped for "HistoryListView", no hits.

Diff Detail

Repository
rP Phabricator
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

This revision was not accepted when it landed; it landed in state Needs Review.Aug 12 2020, 3:59 PM
This revision was automatically updated to reflect the committed changes.