Entirely replace the old filetree UI with the "flank" UI
commit12eddb18fb7899549083ce5e776a454766c8b712
authorepriestley <git@epriestley.com>
Tue, 21 Apr 2020 21:27:27 +0000 (21 14:27 -0700)
committerepriestley <git@epriestley.com>
Wed, 22 Apr 2020 15:32:02 +0000 (22 08:32 -0700)
tree3c31a95af2a8bd597658f10ff39ca221ac090661
parentba8071bbef50a37b4c1d7a54fb6fbc05183a9dfd
Entirely replace the old filetree UI with the "flank" UI

Summary:
Ref T13516. Deletes all old filetree / flex / active / collapse nav code in favor of the new code.

Restores the inline tips in the path tree.

Test Plan: {F7374175}

Maniphest Tasks: T13516

Differential Revision: https://secure.phabricator.com/D21154
19 files changed:
resources/celerity/map.php
resources/celerity/packages.php
src/__phutil_library_map__.php
src/applications/differential/view/DifferentialChangesetDetailView.php
src/applications/differential/view/DifferentialChangesetFileTreeSideNavBuilder.php [deleted file]
src/applications/diffusion/controller/DiffusionCommitController.php
src/applications/settings/setting/PhabricatorShowFiletreeSetting.php [deleted file]
src/view/layout/AphrontSideNavFilterView.php
webroot/rsrc/css/aphront/phabricator-nav-view.css
webroot/rsrc/css/application/base/standard-page-view.css
webroot/rsrc/css/application/diff/diff-tree-view.css
webroot/rsrc/css/core/z-index.css
webroot/rsrc/css/layout/phabricator-filetree-view.css [deleted file]
webroot/rsrc/js/application/diff/DiffChangeset.js
webroot/rsrc/js/application/diff/DiffChangesetList.js
webroot/rsrc/js/application/diff/DiffPathView.js
webroot/rsrc/js/core/behavior-active-nav.js [deleted file]
webroot/rsrc/js/core/behavior-file-tree.js [deleted file]
webroot/rsrc/js/core/behavior-phabricator-nav.js [deleted file]