Glue the new FormationView on top of the older Filetree view in Differential
commit646280972b8803a66b405eeb73d55aa6bb3178f9
authorepriestley <git@epriestley.com>
Tue, 21 Apr 2020 14:33:27 +0000 (21 07:33 -0700)
committerepriestley <git@epriestley.com>
Wed, 22 Apr 2020 15:29:04 +0000 (22 08:29 -0700)
tree0f490571f3b1f9b4e8c3f324255046da8b376d80
parentfef2cdabfe43b0be0ae5348f0d3595b5b7992f0d
Glue the new FormationView on top of the older Filetree view in Differential

Summary: Ref T13516. This glues "FormationView" to "ChangesetList". The actual tree is not functional in any meaningful way yet.

Test Plan: {F7373838}

Maniphest Tasks: T13516

Differential Revision: https://secure.phabricator.com/D21151
16 files changed:
resources/celerity/map.php
src/__phutil_library_map__.php
src/applications/differential/controller/DifferentialRevisionViewController.php
src/applications/differential/engine/DifferentialFileTreeEngine.php [new file with mode: 0644]
src/applications/differential/view/DifferentialChangesetListView.php
src/view/formation/PHUIFormationColumnDynamicView.php
src/view/formation/PHUIFormationColumnItem.php
src/view/formation/PHUIFormationColumnView.php
src/view/formation/PHUIFormationFlankView.php
src/view/formation/PHUIFormationView.php
webroot/rsrc/css/phui/phui-formation-view.css
webroot/rsrc/js/application/diff/DiffChangesetList.js
webroot/rsrc/js/application/differential/behavior-populate.js
webroot/rsrc/js/phui/behavior-phuix-formation-view.js [deleted file]
webroot/rsrc/js/phuix/PHUIXFormationColumnView.js
webroot/rsrc/js/phuix/PHUIXFormationView.js