Skip to content

Commit 2bdccf7

Browse files
committed
Updates home view with commit graph
1 parent 766ad96 commit 2bdccf7

File tree

4 files changed

+20
-4
lines changed

4 files changed

+20
-4
lines changed

src/webviews/apps/home/partials/state.free.html

Lines changed: 20 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,28 @@ <h3>Introducing GitLens+</h3>
1515
without an account, for 3 days on public and private repos, or
1616
<a title="Sign in to GitLens+" href="command:gitlens.plus.loginOrSignUp">sign in</a> for use on public repos.
1717
</p>
18-
<p style="margin-bottom: 1rem">The first new GitLens+ features are the Visual File History and Worktrees.</p>
18+
<p style="margin-bottom: 1rem">GitLens+ features include the Commit Graph, Visual File History and Worktrees.</p>
19+
<h4>Commit Graph</h4>
20+
<img
21+
class="image--preview"
22+
src="#{webroot}/media/plus-commit-graph-illustrated.webp"
23+
alt="Commit Graph illustration"
24+
/>
25+
<p class="feature-desc">
26+
The
27+
<a
28+
title="Learn more about the Visual File History"
29+
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.commitGraph%22"
30+
>Commit Graph</a
31+
>
32+
helps you easily visualize branch structure and commit history. Not only does it help you verify your changes,
33+
but also easily see changes made by others and when.
34+
</p>
1935
<h4>Visual File History</h4>
2036
<img
2137
class="image--preview"
22-
src="#{webroot}/media/plus-visual-file-history.webp"
23-
alt="Visual File History screenshot"
38+
src="#{webroot}/media/plus-file-history-illustrated.webp"
39+
alt="Visual File History illustration"
2440
/>
2541
<p class="feature-desc">
2642
The
@@ -33,7 +49,7 @@ <h4>Visual File History</h4>
3349
who made them.
3450
</p>
3551
<h4>Worktrees</h4>
36-
<img class="image--preview" src="#{webroot}/media/plus-worktrees.webp" alt="Worktrees screenshot" />
52+
<img class="image--preview" src="#{webroot}/media/plus-worktrees-illustrated.webp" alt="Worktrees illustration" />
3753
<p class="feature-desc">
3854
<a
3955
title="Learn more about worktrees"
63.3 KB
Loading
52.4 KB
Loading
66.1 KB
Loading

0 commit comments

Comments
 (0)