Bläddra i källkod

Updates setting images for branches

main
Eric Amodio 4 år sedan
förälder
incheckning
7d4f350769
6 ändrade filer med 19 tillägg och 9 borttagningar
  1. Binär
      src/webviews/apps/images/settings/branches-view-compare+pr.png
  2. Binär
      src/webviews/apps/images/settings/branches-view-compare.png
  3. Binär
      src/webviews/apps/images/settings/branches-view-pr.png
  4. Binär
      src/webviews/apps/images/settings/branches-view.pdn
  5. Binär
      src/webviews/apps/images/settings/branches-view.png
  6. +19
    -9
      src/webviews/apps/settings/partials/views.branches.html

Binär
src/webviews/apps/images/settings/branches-view-compare+pr.png Visa fil

Före Efter
Bredd: 600  |  Höjd: 360  |  Storlek: 32 KiB

Binär
src/webviews/apps/images/settings/branches-view-compare.png Visa fil

Före Efter
Bredd: 600  |  Höjd: 360  |  Storlek: 30 KiB

Binär
src/webviews/apps/images/settings/branches-view-pr.png Visa fil

Före Efter
Bredd: 600  |  Höjd: 360  |  Storlek: 23 KiB

Binär
src/webviews/apps/images/settings/branches-view.pdn Visa fil


Binär
src/webviews/apps/images/settings/branches-view.png Visa fil

Före Efter
Bredd: 600  |  Höjd: 360  |  Storlek: 21 KiB

+ 19
- 9
src/webviews/apps/settings/partials/views.branches.html Visa fil

@ -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>

Laddar…
Avbryt
Spara