Skip to content

Commit 6890c92

Browse files
committed
Updates walkthrough & welcome content
1 parent 33bc86d commit 6890c92

27 files changed

+612
-126
lines changed

CHANGELOG.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -557,7 +557,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
557557
- Adds the ability to rename stashes — closes [#2538](https://github.com/gitkraken/vscode-gitlens/issues/2538)
558558
- Adds a new _Rename Stash..._ command to the _Stashes_ view
559559
- Adds new _Commit Graph_ features and improvements
560-
- Adds a _Push_ or _Pull_ toolbar button depending the current branch being ahead or behind it's upstream
560+
- Adds a _Push_ or _Pull_ toolbar button depending the current branch being ahead or behind its upstream
561561
- Adds support for the _Commit Graph_ over [Visual Studio Live Share](https://visualstudio.microsoft.com/services/live-share/) sessions
562562
- Adds the ability to move all of the columns, including the ones that were previously unmovable
563563
- Automatically switches column headers from text to icons when the column's width is too small for the text to be useful
@@ -778,7 +778,7 @@ The format is based on [Keep a Changelog](http://keepachangelog.com/) and this p
778778
- Adds a new _Filter Graph_ dropdown button at the start of the search bar
779779
- Adds ability to quickly switch between _Show All Local Branches_ and _Show Current Branch Only_ branch filtering options
780780
- _Show All Local Branches_ — displays all local branches (default)
781-
- _Show Current Branch Only_ — displays only the current branch and it's upstream remote (if exists and _Hide Remote Branches_ isn't enabled)
781+
- _Show Current Branch Only_ — displays only the current branch and its upstream remote (if exists and _Hide Remote Branches_ isn't enabled)
782782
- Adds ability to hide all remote branches, stashes, and tags
783783
- Adds the ability to dim (deemphasize) merge commits
784784
- Adds a new header bar to provide quick access to common actions

package.json

Lines changed: 49 additions & 64 deletions
Large diffs are not rendered by default.

src/webviews/apps/welcome/components/svg-graph.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -141,7 +141,7 @@ export class GraphSvg extends LitElement {
141141
<line class="lane5-foreground" opacity="0.3" x1="196" y1="246" x2="297" y2="246" stroke-width="2"/>
142142
<rect class="lane5-background" opacity="0.2" x="304" y="236" width="40" height="18"/>
143143
<rect class="lane5-background" x="342" y="236" width="2" height="18"/>
144-
<path class="lane5-foreground" d="M239 270.74H297C301.418 270.74 305 267.158 305 262.74V247" stroke-width="2"/>
144+
<path class="lane5-foreground" d="M239 270.74H297C301.418 270.74 305 267.158 305 262.74V247" fill="none" stroke-width="2"/>
145145
146146
<line class="lane1-foreground" x1="217" y1="38" x2="217" y2="319" stroke-width="2" stroke-dasharray="4 4"/>
147147
<circle class="lane1-foreground container" cx="217" cy="29" r="8" stroke-width="2" stroke-dasharray="4 4"/>

src/webviews/apps/welcome/welcome.html

Lines changed: 10 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -203,7 +203,7 @@ <h3 class="sticky">
203203
</h3>
204204
<p>Easily visualize your repository and keep track of all work in progress.</p>
205205
<p>
206-
Use the rich commit search to find exactly what you're looking for. It's powerful filters
206+
Use the rich commit search to find exactly what you're looking for. Its powerful filters
207207
allow you to search by a specific commit, message, author, a changed file or files, or even
208208
a specific code change.
209209
</p>
@@ -352,8 +352,8 @@ <h3 class="sticky">
352352
</h3>
353353
<p>
354354
Use Launchpad to bring all of your GitHub pull requests into a unified, actionable list to
355-
better track work in progress, pending work, reviews, and more. Focus and take action on the
356-
most critical items to keep your team unblocked.
355+
better track work in progress, pending work, reviews, and more. Stay focused and take action
356+
on the most important items to keep your team unblocked.
357357
<a
358358
href="https://www.gitkraken.com/solutions/launchpad"
359359
title="Learn more about Launchpad"
@@ -378,9 +378,9 @@ <h3 class="sticky">
378378
<gl-feature-badge class="super" placement="right" cloud preview></gl-feature-badge>
379379
</h3>
380380
<p>
381-
Liberate your code reviews from GitHub's restrictive, comment-only feedback style and make
382-
suggestions where you're already coding - in your IDE. Suggest changes anywhere, in any file
383-
in your project with Code Suggest.
381+
Liberate your code reviews from GitHub's restrictive, comment-only feedback style. Like
382+
suggesting changes on a Google-doc, suggest code changes from where you're already coding —
383+
your IDE and on anything in your project, not just on the lines of code changed in the PR.
384384
<a
385385
href="https://www.gitkraken.com/solutions/code-suggest"
386386
title="Learn more about Code Suggest"
@@ -405,8 +405,10 @@ <h3 class="sticky">
405405
<gl-feature-badge class="super" placement="right" cloud preview></gl-feature-badge>
406406
</h3>
407407
<p>
408-
Quickly, easily, and securely share changes with other developers by creating a Cloud Patch
409-
from your WIP, commit or stash and sharing the generated link with your teammates.
408+
Easily and securely share code changes with your teammates or other developers by creating a
409+
Cloud Patch from your WIP, commit or stash and sharing the generated link. Use Cloud Patches
410+
to collaborate early for feedback on direction, approach, and more, to minimize rework and
411+
streamline your workflow.
410412
<a
411413
href="https://www.gitkraken.com/solutions/cloud-patches"
412414
title="Learn more about Cloud Patches"

walkthroughs/welcome/blame.md

Lines changed: 0 additions & 14 deletions
This file was deleted.
File renamed without changes.

walkthroughs/welcome/commit-graph.svg

Lines changed: 1 addition & 1 deletion
Loading

walkthroughs/welcome/core-features.md

Lines changed: 39 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,39 @@
1+
<figure align="center">
2+
<img src="../../images/docs/current-line-blame.png" alt="Inline Blame" />
3+
<figcaption>Inline Blame</figcaption>
4+
</figure>
5+
6+
<figure align="center">
7+
<img src="../../images/docs/code-lens.png" alt="Git CodeLens" />
8+
<figcaption>Git CodeLens</figcaption>
9+
</figure>
10+
11+
<figure align="center">
12+
<img src="../../images/docs/hovers-current-line.png" alt="Inline Blame Hover" />
13+
<figcaption>Hovers</figcaption>
14+
</figure>
15+
16+
<figure align="center">
17+
<img src="../../images/docs/gutter-toggle.png" alt="Toggle File Annotations" />
18+
<figcaption>File Annotations</figcaption>
19+
</figure>
20+
21+
<figure align="center">
22+
<img src="../../images/docs/gutter-blame.png" alt="File Blame" />
23+
<figcaption>File Blame</figcaption>
24+
</figure>
25+
26+
<figure align="center">
27+
<img src="../../images/docs/gutter-changes.png" alt="File Changes" />
28+
<figcaption>File Changes</figcaption>
29+
</figure>
30+
31+
<figure align="center">
32+
<img src="../../images/docs/gutter-heatmap.png" alt="File Heatmap" />
33+
<figcaption>Heatmap</figcaption>
34+
</figure>
35+
36+
<figure align="center">
37+
<img src="../../images/docs/revision-navigation.gif" alt="Revision Navigation" />
38+
<figcaption>Revision Navigation</figcaption>
39+
</figure>

walkthroughs/welcome/file-annotations.md

Lines changed: 0 additions & 19 deletions
This file was deleted.

walkthroughs/welcome/get-started.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
<figure align="center">
2+
<a href="https://www.youtube.com/watch?v=UQPb73Zz9qk?utm_source=gitlens-extension&amp;utm_medium=walkthru_welcome" title="Watch the GitLens tutorial video">
3+
<img src="tutorial.png" alt="GitLens tutorial video" />
4+
</a>
5+
</figure>
6+
7+
<figure align="center">
8+
<img src="../../images/docs/side-bar-views.png" alt="All Open Sidebar Views" />
9+
<figcaption>GitLens Inspect as shown above has been manually moved into the Secondary Side Bar</figcaption>
10+
</figure>

0 commit comments

Comments
 (0)