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)
Fri, May 30, 8:19 AM
Unknown Object (File)
Wed, May 28, 1:29 PM
Unknown Object (File)
Tue, May 27, 3:59 PM
Unknown Object (File)
May 9 2025, 4:10 PM
Unknown Object (File)
Apr 28 2025, 8:16 AM
Unknown Object (File)
Apr 25 2025, 12:00 PM
Unknown Object (File)
Apr 25 2025, 5:35 AM
Unknown Object (File)
Apr 24 2025, 3:35 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.