Mark "low importance" and "owned" changes in the filetree

Summary: Ref T13516. Mark low-importance changes (generated code, deleted files) and owned-with-authority changes in the filetree.

Test Plan: {F7375327}

Maniphest Tasks: T13516

Differential Revision: https://secure.phabricator.com/D21157
This commit is contained in:
epriestley
2020-04-22 10:56:09 -07:00
parent ff88eb588e
commit a72a66caa8
10 changed files with 138 additions and 32 deletions

View File

@@ -106,7 +106,8 @@ JX.install('DiffTreeView', {
.setPath(tree.parts);
path.getIcon()
.setIcon('fa-folder-open-o');
.setIcon('fa-folder-open-o')
.setColor('grey');
tree.pathObject = path;
}