Page MenuHomePhabricator

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

Authored by epriestley on Jul 10 2020, 6:20 PM.
Tags
None
Referenced Files
F18614153: D21410.id.diff
Sun, Sep 14, 12:07 PM
F18603104: D21410.diff
Sat, Sep 13, 4:22 PM
F18571119: D21410.id51027.diff
Wed, Sep 10, 4:43 AM
F18571116: D21410.id50953.diff
Wed, Sep 10, 4:43 AM
F18381177: D21410.id50953.diff
Thu, Aug 28, 7:18 PM
F18381087: D21410.id50953.diff
Thu, Aug 28, 7:07 PM
F18110454: D21410.id50953.diff
Aug 11 2025, 7:54 PM
F18104179: D21410.id51027.diff
Aug 10 2025, 10:25 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.