Browse Source

Updates setting images for branches

main
Eric Amodio 4 years ago
parent
commit
7d4f350769
6 changed files with 19 additions and 9 deletions
  1. BIN
      src/webviews/apps/images/settings/branches-view-compare+pr.png
  2. BIN
      src/webviews/apps/images/settings/branches-view-compare.png
  3. BIN
      src/webviews/apps/images/settings/branches-view-pr.png
  4. BIN
      src/webviews/apps/images/settings/branches-view.pdn
  5. BIN
      src/webviews/apps/images/settings/branches-view.png
  6. +19
    -9
      src/webviews/apps/settings/partials/views.branches.html

BIN
src/webviews/apps/images/settings/branches-view-compare+pr.png View File

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

BIN
src/webviews/apps/images/settings/branches-view-compare.png View File

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

BIN
src/webviews/apps/images/settings/branches-view-pr.png View File

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

BIN
src/webviews/apps/images/settings/branches-view.pdn View File


BIN
src/webviews/apps/images/settings/branches-view.png View File

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

+ 19
- 9
src/webviews/apps/settings/partials/views.branches.html View File

@ -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…
Cancel
Save