Page MenuHomePhabricator

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

Authored by epriestley on Jul 10 2020, 6:20 PM.
Tags
None
Referenced Files
Unknown Object (File)
Sat, Apr 27, 7:46 PM
Unknown Object (File)
Thu, Apr 25, 2:18 AM
Unknown Object (File)
Tue, Apr 16, 7:23 PM
Unknown Object (File)
Thu, Apr 11, 9:41 AM
Unknown Object (File)
Tue, Apr 2, 10:58 PM
Unknown Object (File)
Mar 29 2024, 1:23 AM
Unknown Object (File)
Feb 21 2024, 3:30 AM
Unknown Object (File)
Feb 20 2024, 9:46 PM
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.