@@ -143,28 +142,77 @@
-
-
-
- mdi-source-branch
-
- mdi-star
-
-
-
- {{ branch.name }} ({{ branch.commits.totalCount }})
-
-
- {{ branch.description ? branch.description : 'no description' }}
-
-
-
+
+
+
+
+
+
+ mdi-source-branch
+
+
+ mdi-star
+
+
+
+
+ {{ item.displayName }} ({{ item.commits.totalCount }})
+
+
+ {{ item.description ? item.description : 'no description' }}
+
+
+
+
+
+
+
+
+ {{ item.expand ? 'mdi-chevron-down' : 'mdi-chevron-down' }}
+
+
+
+ {{ item.name }}
+
+ {{ item.children.length }} branches
+
+
+
+
+
+
+ mdi-source-branch
+
+
+
+ {{ kid.displayName }} ({{ kid.commits.totalCount }})
+
+
+ {{ kid.description ? kid.description : 'no description' }}
+
+
+
+
+
+
+