Page MenuHomePhabricator

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

Authored by epriestley on Jul 10 2020, 6:20 PM.
Tags
None
Referenced Files
F15408834: D21410.id51027.diff
Wed, Mar 19, 1:47 AM
F15333681: D21410.diff
Sat, Mar 8, 4:00 AM
Unknown Object (File)
Feb 16 2025, 10:23 PM
Unknown Object (File)
Feb 9 2025, 9:46 AM
Unknown Object (File)
Feb 9 2025, 9:46 AM
Unknown Object (File)
Feb 9 2025, 9:45 AM
Unknown Object (File)
Feb 9 2025, 9:45 AM
Unknown Object (File)
Jan 28 2025, 1:06 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.