Przeglądaj źródła

adds rebase and commit details images in settings

main
Keith Daulton 2 lat temu
rodzic
commit
aaf687e35e
4 zmienionych plików z 11 dodań i 3 usunięć
  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 Wyświetl plik

Przed Po
Szerokość: 524  |  Wysokość: 445  |  Rozmiar: 25 KiB

BIN
src/webviews/apps/media/rebase-editor.png Wyświetl plik

Przed Po
Szerokość: 645  |  Wysokość: 441  |  Rozmiar: 45 KiB Szerokość: 600  |  Wysokość: 291  |  Rozmiar: 56 KiB

+ 2
- 2
src/webviews/apps/settings/partials/rebase-editor.html Wyświetl plik

@ -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 Wyświetl plik

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

Ładowanie…
Anuluj
Zapisz