Skip to content

Commit

Permalink
Allow to collapse branch/remote/tags trees in repository view.
Browse files Browse the repository at this point in the history
When we are working on  a project with a lot of branches/tags we might benefit from been able to collapse a section. 

#Fixes 1077
  • Loading branch information
jecisc committed Nov 6, 2018
1 parent faf780c commit ad848f3
Show file tree
Hide file tree
Showing 6 changed files with 1 addition and 36 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
private factory
newSidebarTreeDataSource
^ IceTipTreeOutlineDataSource new
^ IceTipTreeDataSource new
tool: self;
rootForItems: self model repositoryModelsByGroup;
childrenBlock: [ :each | each children ];
Expand Down

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit ad848f3

Please sign in to comment.