Updated file tree icon
This commit is contained in:
		
							parent
							
								
									c7969568b7
								
							
						
					
					
						commit
						687b96e82f
					
				| 
						 | 
					@ -46,7 +46,7 @@ export default {
 | 
				
			||||||
    ...mapActions('diffs', ['toggleTreeOpen', 'scrollToFile']),
 | 
					    ...mapActions('diffs', ['toggleTreeOpen', 'scrollToFile']),
 | 
				
			||||||
    clearSearch() {
 | 
					    clearSearch() {
 | 
				
			||||||
      this.search = '';
 | 
					      this.search = '';
 | 
				
			||||||
      this.toggleFocusSearch(false)
 | 
					      this.toggleFocusSearch(false);
 | 
				
			||||||
    },
 | 
					    },
 | 
				
			||||||
    toggleRenderTreeList(toggle) {
 | 
					    toggleRenderTreeList(toggle) {
 | 
				
			||||||
      this.renderTreeList = toggle;
 | 
					      this.renderTreeList = toggle;
 | 
				
			||||||
| 
						 | 
					@ -124,7 +124,7 @@ export default {
 | 
				
			||||||
          @click="toggleRenderTreeList(true)"
 | 
					          @click="toggleRenderTreeList(true)"
 | 
				
			||||||
        >
 | 
					        >
 | 
				
			||||||
          <icon
 | 
					          <icon
 | 
				
			||||||
            name="hamburger"
 | 
					            name="file-tree"
 | 
				
			||||||
          />
 | 
					          />
 | 
				
			||||||
        </button>
 | 
					        </button>
 | 
				
			||||||
      </div>
 | 
					      </div>
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -1,5 +1,5 @@
 | 
				
			||||||
---
 | 
					---
 | 
				
			||||||
title: Switch between tree list & file list in diffs file browser
 | 
					title: Switch between tree list & file list in diffs file browser
 | 
				
			||||||
merge_request:
 | 
					merge_request: 22191
 | 
				
			||||||
author:
 | 
					author:
 | 
				
			||||||
type: added
 | 
					type: added
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -24,7 +24,7 @@
 | 
				
			||||||
    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
 | 
					    "@babel/plugin-syntax-dynamic-import": "^7.0.0",
 | 
				
			||||||
    "@babel/plugin-syntax-import-meta": "^7.0.0",
 | 
					    "@babel/plugin-syntax-import-meta": "^7.0.0",
 | 
				
			||||||
    "@babel/preset-env": "^7.1.0",
 | 
					    "@babel/preset-env": "^7.1.0",
 | 
				
			||||||
    "@gitlab-org/gitlab-svgs": "^1.32.0",
 | 
					    "@gitlab-org/gitlab-svgs": "^1.33.0",
 | 
				
			||||||
    "@gitlab-org/gitlab-ui": "^1.8.0",
 | 
					    "@gitlab-org/gitlab-ui": "^1.8.0",
 | 
				
			||||||
    "autosize": "^4.0.0",
 | 
					    "autosize": "^4.0.0",
 | 
				
			||||||
    "axios": "^0.17.1",
 | 
					    "axios": "^0.17.1",
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
| 
						 | 
					@ -616,11 +616,16 @@
 | 
				
			||||||
    lodash "^4.17.10"
 | 
					    lodash "^4.17.10"
 | 
				
			||||||
    to-fast-properties "^2.0.0"
 | 
					    to-fast-properties "^2.0.0"
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"@gitlab-org/gitlab-svgs@^1.23.0", "@gitlab-org/gitlab-svgs@^1.32.0":
 | 
					"@gitlab-org/gitlab-svgs@^1.23.0":
 | 
				
			||||||
  version "1.32.0"
 | 
					  version "1.32.0"
 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-svgs/-/gitlab-svgs-1.32.0.tgz#a65ab7724fa7d55be8e5cc9b2dbe3f0757432fd3"
 | 
					  resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-svgs/-/gitlab-svgs-1.32.0.tgz#a65ab7724fa7d55be8e5cc9b2dbe3f0757432fd3"
 | 
				
			||||||
  integrity sha512-L3o8dFUd2nSkVZBwh2hCJWzNzADJ3dTBZxamND8NLosZK9/ohNhccmsQOZGyMCUHaOzm4vifaaXkAXh04UtMKA==
 | 
					  integrity sha512-L3o8dFUd2nSkVZBwh2hCJWzNzADJ3dTBZxamND8NLosZK9/ohNhccmsQOZGyMCUHaOzm4vifaaXkAXh04UtMKA==
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					"@gitlab-org/gitlab-svgs@^1.33.0":
 | 
				
			||||||
 | 
					  version "1.33.0"
 | 
				
			||||||
 | 
					  resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-svgs/-/gitlab-svgs-1.33.0.tgz#068566e8ee00795f6f09f58236f08e1716f9f04a"
 | 
				
			||||||
 | 
					  integrity sha512-8ajtUHk6gQ1xosL/CO5IzHSFM/t18hx5pfzQ3cd0VuQXcyR6QKGuXTLwbYdmJDYOw1Etoo5DqDWxPEClHyZpiA==
 | 
				
			||||||
 | 
					
 | 
				
			||||||
"@gitlab-org/gitlab-ui@^1.8.0":
 | 
					"@gitlab-org/gitlab-ui@^1.8.0":
 | 
				
			||||||
  version "1.8.0"
 | 
					  version "1.8.0"
 | 
				
			||||||
  resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-ui/-/gitlab-ui-1.8.0.tgz#dee33d78f68c91644273dbd51734b796108263ee"
 | 
					  resolved "https://registry.yarnpkg.com/@gitlab-org/gitlab-ui/-/gitlab-ui-1.8.0.tgz#dee33d78f68c91644273dbd51734b796108263ee"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
		Reference in New Issue