Browse Source

adds rebase and commit details images in settings

main
Keith Daulton 2 years ago
parent
commit
aaf687e35e
4 changed files with 11 additions and 3 deletions
  1. BIN
      src/webviews/apps/media/commit-details.png
  2. BIN
      src/webviews/apps/media/rebase-editor.png
  3. +2
    -2
      src/webviews/apps/settings/partials/rebase-editor.html
  4. +9
    -1
      src/webviews/apps/settings/partials/views.commitDetails.html

BIN
src/webviews/apps/media/commit-details.png View File

Before After
Width: 524  |  Height: 445  |  Size: 25 KiB

BIN
src/webviews/apps/media/rebase-editor.png View File

Before After
Width: 645  |  Height: 441  |  Size: 45 KiB Width: 600  |  Height: 291  |  Size: 56 KiB

+ 2
- 2
src/webviews/apps/settings/partials/rebase-editor.html View File

@ -73,8 +73,8 @@
src="#{webroot}/media/rebase-editor.webp" src="#{webroot}/media/rebase-editor.webp"
data-visibility="rebaseEditor.enabled" data-visibility="rebaseEditor.enabled"
loading="lazy" loading="lazy"
width="645"
height="441"
width="600"
height="291"
/> />
</div> </div>
</div> </div>

+ 9
- 1
src/webviews/apps/settings/partials/views.commitDetails.html View File

@ -132,7 +132,15 @@
</div> </div>
</div> </div>
<div class="section__preview"></div>
<div class="section__preview">
<img
class="image__preview image__preview--fit"
src="#{webroot}/media/commit-details.webp"
loading="lazy"
width="524"
height="445"
/>
</div>
</div> </div>
<div class="section__group"> <div class="section__group">

Loading…
Cancel
Save