ソースを参照

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 ファイルの表示

変更前 変更後
幅: 600  |  高さ: 360  |  サイズ: 32 KiB

バイナリ
src/webviews/apps/images/settings/branches-view-compare.png ファイルの表示

変更前 変更後
幅: 600  |  高さ: 360  |  サイズ: 30 KiB

バイナリ
src/webviews/apps/images/settings/branches-view-pr.png ファイルの表示

変更前 変更後
幅: 600  |  高さ: 360  |  サイズ: 23 KiB

バイナリ
src/webviews/apps/images/settings/branches-view.pdn ファイルの表示


バイナリ
src/webviews/apps/images/settings/branches-view.png ファイルの表示

変更前 変更後
幅: 600  |  高さ: 360  |  サイズ: 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>

読み込み中…
キャンセル
保存