Skip to content

Commit c6102fe

Browse files
Tomáš BončoTomáš Bončo
authored andcommitted
Fixed in Merge Conflict not displaying files. Added ability to collapse folders.
1 parent 7665ad2 commit c6102fe

File tree

5 files changed

+87
-19
lines changed

5 files changed

+87
-19
lines changed

css/style.css

Lines changed: 19 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
.gitlab-tree-plugin-left .folder .holder:before
3333
{
3434
font: normal normal normal 14px/1 FontAwesome;
35-
content: "\f114";
35+
content: "\f115";
3636
padding-right: 7px;
3737
}
3838

@@ -65,6 +65,24 @@
6565
content: "\f07c";
6666
}
6767

68+
69+
.gitlab-tree-plugin-left .folder.gitlab-tree-plugin-folder-collapsed > .holder:before
70+
{
71+
content: "\f114";
72+
}
73+
74+
.gitlab-tree-plugin-left .folder.gitlab-tree-plugin-folder-collapsed > .folder
75+
{
76+
display: none;
77+
}
78+
79+
.gitlab-tree-plugin-left .folder.gitlab-tree-plugin-folder-collapsed > a
80+
{
81+
display: none;
82+
}
83+
84+
85+
6886
.gitlab-tree-plugin-left .file
6987
{
7088
padding-left: 20px;

manifest.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
"name": "GitLab - Tree view for code",
33
"homepage_url": "https://github.com/tomasbonco/gitlabtree",
44
"author": "Tomáš Bončo",
5-
"version": "0.0.5",
5+
"version": "0.0.6",
66
"manifest_version": 2,
77
"description": "Provides folder structure view for code in GitLab.",
88
"icons": {

src/inject/inject.js

Lines changed: 32 additions & 13 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)