Преглед изворни кода

adds rebase and commit details images in settings

main
Keith Daulton пре 2 година
родитељ
комит
aaf687e35e
4 измењених фајлова са 11 додато и 3 уклоњено
  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 Прегледај датотеку

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

BIN
src/webviews/apps/media/rebase-editor.png Прегледај датотеку

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 Прегледај датотеку

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

+ 9
- 1
src/webviews/apps/settings/partials/views.commitDetails.html Прегледај датотеку

@ -132,7 +132,15 @@
</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 class="section__group">

Loading…
Откажи
Сачувај