Browse Source

Updates home view with commit graph

main
Keith Daulton 2 years ago
parent
commit
2bdccf7dbc
4 changed files with 20 additions and 4 deletions
  1. +20
    -4
      src/webviews/apps/home/partials/state.free.html
  2. BIN
      src/webviews/apps/media/plus-commit-graph-illustrated.png
  3. BIN
      src/webviews/apps/media/plus-file-history-illustrated.png
  4. BIN
      src/webviews/apps/media/plus-worktrees-illustrated.png

+ 20
- 4
src/webviews/apps/home/partials/state.free.html View File

@ -15,12 +15,28 @@
without an account, for 3 days on public and private repos, or
<a title="Sign in to GitLens+" href="command:gitlens.plus.loginOrSignUp">sign in</a> for use on public repos.
</p>
<p style="margin-bottom: 1rem">The first new GitLens+ features are the Visual File History and Worktrees.</p>
<p style="margin-bottom: 1rem">GitLens+ features include the Commit Graph, Visual File History and Worktrees.</p>
<h4>Commit Graph</h4>
<img
class="image--preview"
src="#{webroot}/media/plus-commit-graph-illustrated.webp"
alt="Commit Graph illustration"
/>
<p class="feature-desc">
The
<a
title="Learn more about the Visual File History"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.commitGraph%22"
>Commit Graph</a
>
helps you easily visualize branch structure and commit history. Not only does it help you verify your changes,
but also easily see changes made by others and when.
</p>
<h4>Visual File History</h4>
<img
class="image--preview"
src="#{webroot}/media/plus-visual-file-history.webp"
alt="Visual File History screenshot"
src="#{webroot}/media/plus-file-history-illustrated.webp"
alt="Visual File History illustration"
/>
<p class="feature-desc">
The
@ -33,7 +49,7 @@
who made them.
</p>
<h4>Worktrees</h4>
<img class="image--preview" src="#{webroot}/media/plus-worktrees.webp" alt="Worktrees screenshot" />
<img class="image--preview" src="#{webroot}/media/plus-worktrees-illustrated.webp" alt="Worktrees illustration" />
<p class="feature-desc">
<a
title="Learn more about worktrees"

BIN
src/webviews/apps/media/plus-commit-graph-illustrated.png View File

Before After
Width: 850  |  Height: 450  |  Size: 63 KiB

BIN
src/webviews/apps/media/plus-file-history-illustrated.png View File

Before After
Width: 850  |  Height: 450  |  Size: 52 KiB

BIN
src/webviews/apps/media/plus-worktrees-illustrated.png View File

Before After
Width: 850  |  Height: 450  |  Size: 66 KiB

Loading…
Cancel
Save