瀏覽代碼

Updates setting images for branches

main
Eric Amodio 4 年之前
父節點
當前提交
7d4f350769
共有 6 個檔案被更改,包括 19 行新增9 行删除
  1. 二進制
      src/webviews/apps/images/settings/branches-view-compare+pr.png
  2. 二進制
      src/webviews/apps/images/settings/branches-view-compare.png
  3. 二進制
      src/webviews/apps/images/settings/branches-view-pr.png
  4. 二進制
      src/webviews/apps/images/settings/branches-view.pdn
  5. 二進制
      src/webviews/apps/images/settings/branches-view.png
  6. +19
    -9
      src/webviews/apps/settings/partials/views.branches.html

二進制
src/webviews/apps/images/settings/branches-view-compare+pr.png 查看文件

Before After
Width: 600  |  Height: 360  |  Size: 32 KiB

二進制
src/webviews/apps/images/settings/branches-view-compare.png 查看文件

Before After
Width: 600  |  Height: 360  |  Size: 30 KiB

二進制
src/webviews/apps/images/settings/branches-view-pr.png 查看文件

Before After
Width: 600  |  Height: 360  |  Size: 23 KiB

二進制
src/webviews/apps/images/settings/branches-view.pdn 查看文件


二進制
src/webviews/apps/images/settings/branches-view.png 查看文件

Before After
Width: 600  |  Height: 360  |  Size: 21 KiB

+ 19
- 9
src/webviews/apps/settings/partials/views.branches.html 查看文件

@ -176,23 +176,33 @@
<div class="section__preview">
<img
class="image__preview hidden"
src="#{root}/images/settings/view-branches.png"
data-visibility="views.branches.files.layout !tree"
src="#{root}/images/settings/branches-view-compare+pr.png"
data-visibility="views.branches.showBranchComparison !false &amp; views.branches.pullRequests.enabled &amp; views.branches.pullRequests.showForBranches"
/>
<img
class="image__preview hidden"
src="#{root}/images/settings/view-branches-tree-compact.png"
data-visibility="views.branches.files.layout =tree &amp; views.branches.files.compact"
src="#{root}/images/settings/branches-view-compare.png"
data-visibility="views.branches.showBranchComparison !false &amp; views.branches.pullRequests.enabled =false"
/>
<img
class="image__preview hidden"
src="#{root}/images/settings/view-branches-tree.png"
data-visibility="views.branches.files.layout =tree &amp; views.branches.files.compact =false"
src="#{root}/images/settings/branches-view-compare.png"
data-visibility="views.branches.showBranchComparison !false &amp; views.branches.pullRequests.enabled &amp; views.branches.pullRequests.showForBranches =false"
/>
<img
class="image__preview--overlay hidden"
src="#{root}/images/settings/view-branches-avatars.png"
data-visibility="views.branches.avatars"
class="image__preview hidden"
src="#{root}/images/settings/branches-view-pr.png"
data-visibility="views.branches.showBranchComparison =false &amp; views.branches.pullRequests.enabled &amp; views.branches.pullRequests.showForBranches"
/>
<img
class="image__preview hidden"
src="#{root}/images/settings/branches-view.png"
data-visibility="views.branches.showBranchComparison =false &amp; views.branches.pullRequests.enabled =false"
/>
<img
class="image__preview hidden"
src="#{root}/images/settings/branches-view.png"
data-visibility="views.branches.showBranchComparison =false &amp; views.branches.pullRequests.enabled &amp; views.branches.pullRequests.showForBranches =false"
/>
</div>
</div>

Loading…
取消
儲存