Browse Source

Updates welcome & walkthrough content

main
Eric Amodio 1 year ago
parent
commit
3d591953b3
4 changed files with 47 additions and 12 deletions
  1. +4
    -4
      package.json
  2. +1
    -1
      src/webviews/apps/plus/account/components/account-content.ts
  3. +2
    -2
      src/webviews/apps/plus/focus/focus.html
  4. +40
    -5
      src/webviews/apps/welcome/welcome.html

+ 4
- 4
package.json View File

@ -14348,8 +14348,8 @@
"steps": [
{
"id": "gitlens.welcome.tutorial",
"title": "Welcome page and tutorial video",
"description": "Open the Welcome page to quickly setup and learn about frequently used GitLens features.\n\n[Open Welcome](command:gitlens.showWelcomePage?%22quick-setup%22 \"Opens the GitLens Quick Setup\")\nOr sit back and watch the Getting Started video.\n\n[Watch Tutorial Video](https://www.youtube.com/watch?v=UQPb73Zz9qk \"Watch the Getting Started video\")\n[Our rich, interactive settings editor](command:gitlens.showSettingsPage \"Opens the GitLens Interactive Settings\") enables seemingly endless customization possibilities.",
"title": "Welcome and Tutorial",
"description": "Open the Welcome experience to quickly get started and discover the many powerful GitLens features.\n\n[Open Welcome](command:gitlens.showWelcomePage \"Opens GitLens Welcome\")\nOr, sit back and watch the our Getting Started video.\n\n[Watch Tutorial Video](https://www.youtube.com/watch?v=UQPb73Zz9qk \"Watch the Getting Started video\")\n💡 **Want more control?** Use the interactive [GitLens Settings](command:gitlens.showSettingsPage \"Opens GitLens Settings\") editor to customize GitLens to meet your needs.",
"media": {
"markdown": "walkthroughs/welcome/0-tutorial.md"
}
@ -14405,7 +14405,7 @@
{
"id": "gitlens.welcome.hostingServiceIntegrations",
"title": "Integrate with Git hosting services",
"description": "Connect with GitHub, GitHub Enterprise, GitLab, GitLab self-managed, Gitea, Gerrit, Google Source, Bitbucket, Bitbucket Server, Azure DevOps and custom servers.\nAll Git host integrations provide issue and pull request auto-linking, while rich integrations (e.g. GitHub & GitLab) provide more detailed hover information for auto-linked issues and pull requests, pull requests associated with branches and commits, and avatars.\n\n[Configure Autolinks](command:gitlens.showSettingsPage?%22autolinks%22)",
"description": "Quickly gain insights from pull requests and issues without leaving your editor.\n\nConnect with GitHub, GitHub Enterprise, GitLab, GitLab self-managed, Gitea, Gerrit, Google Source, Bitbucket, Bitbucket Server, Azure DevOps and custom servers.\nAll Git host integrations provide issue and pull request auto-linking, while rich integrations (e.g. GitHub & GitLab) provide more detailed hover information for auto-linked issues and pull requests, pull requests associated with branches and commits, and avatars.\n\n[Configure Autolinks](command:gitlens.showSettingsPage?%22autolinks%22)",
"media": {
"markdown": "walkthroughs/welcome/8-hosting-service-integrations.md"
}
@ -14422,7 +14422,7 @@
{
"id": "gitlens.welcome.additional",
"title": "And More!",
"description": "Many more powerful features including the Interactive Rebase Editor, [Git Command Palette](command:gitlens.gitCommands), and Integrated Terminal Links.",
"description": "**Rebase got you down?**\nEasily visualize and configure interactive rebase operations with the user-friendly Interactive Rebase Editor\n\n**Trouble remembering Git commands?**\nNow you don't have to with the Git Command Palette — a guided, step-by-step experience to many common Git commands.\n\n[Open Git Command Palette](command:gitlens.gitCommands)\n\n**Terminal your jam?**\nQuickly jump to more details on commits, branches, tags, and more with autolinks in the Integrated Terminal.\n\n**Not sure what you are looking for?**\nOpen the Command Palette and explore the many available commands.\n\n[Open GitLens Commands](command:workbench.action.quickOpen?%22>GitLens%3A%22)",
"media": {
"markdown": "walkthroughs/welcome/additional-features.md"
}

+ 1
- 1
src/webviews/apps/plus/account/components/account-content.ts View File

@ -185,7 +185,7 @@ export class AccountContent extends LitElement {
</button-container>
<p>
You only have access to features on local and publicly hosted repos and features based on
your subscription tier.
your subscription tier, e.g. Free, Pro, etc.
</p>
`;

+ 2
- 2
src/webviews/apps/plus/focus/focus.html View File

@ -37,8 +37,8 @@
<div class="app__content" id="content">
<gk-feature-gate id="subscription-gate" class="scrollable"
><p slot="feature">
Helps you focus on what's important by providing you with a comprehensive list of all your pull
requests and issues on your GitHub repos.
Helps you focus on what really matters by gathering all your GitHub pull requests and issues
into one comprehensive list.
</p></gk-feature-gate
>
<gk-feature-gate id="connection-gate" class="scrollable" visible="false">

+ 40
- 5
src/webviews/apps/welcome/welcome.html View File

@ -54,7 +54,12 @@
</section>
<section class="welcome__section">
<h2>Powerful Features</h2>
<p>Features with a ✨ sparkle require a trial or subscription for use on privately hosted repos</p>
<p>
Features with a ✨ sparkle require a trial or subscription for use on privately hosted repos
<br />
Features with a ☁️ cloud require an account and access is based on your subscription tier, e.g.
Free, Pro, etc
</p>
<h3 class="checkbox-group">
<label class="checkbox" for="inline-blame"
><input type="checkbox" id="inline-blame" data-feature="blame" checked />Inline Blame</label
@ -199,6 +204,13 @@
aria-label="Show Search &amp; Compare view"
><code-icon icon="gl-search-view" size="20"></code-icon>Search &amp; Compare</a
>
<a
href="command:gitlens.showWorkspacesView"
data-requires="repo"
title="Show Workspaces view"
aria-label="Show Workspaces view"
><code-icon icon="gl-worktrees-view" size="20"></code-icon>Workspaces ☁️</a
>
</nav>
<p data-requires="norepo">
<code-icon icon="question"></code-icon> Features which need a repository are currently unavailable
@ -207,17 +219,32 @@
<h3>
<a
class="muted"
href="command:gitlens.showWorkspacesView"
data-requires="repo"
title="Show Workspaces view"
aria-label="Show Workspaces view"
>Workspaces</a
>
and
<a
class="muted"
href="command:gitlens.showFocusPage"
data-requires="repo"
title="Open Focus"
aria-label="Open Focus"
>Focus</a
>
☁️
</h3>
<p>
Helps you focus on what's important by providing you with a comprehensive list of all your pull
requests and issues on your GitHub repos.
Workspaces allow you to easily group and manage multiple repositories together, accessible from
anywhere, streamlining your workflow. Create workspaces just for yourself or share (coming soon in
GitLens) them with your team for faster onboarding and better collaboration.
</p>
<p>
The Focus view helps you concentrate on what really matters by gathering all your GitHub pull
requests and issues into one comprehensive list. Helps you focus on what's important by providing
you with a comprehensive list of all your pull requests and issues on your GitHub repos.
</p>
<h3>
@ -244,6 +271,10 @@
Rich integrations with GitHub & GitLab provide more detailed hover information for auto-linked
issues and pull requests, pull requests associated with branches and commits, and avatars.
</p>
<h3><code-icon icon="beaker" size="20"></code-icon> GitKraken Labs</h3>
<p>Experimental features.</p>
<p>TODO</p>
</section>
<section class="welcome__section welcome__section-bar">
@ -422,7 +453,11 @@
</section>
</main>
<footer>
<p>✨ Requires a trial or subscription for use on privately hosted repos</p>
<p>
✨ Requires a trial or subscription for use on privately hosted repos
<br />
☁️ Requires an account and access is based on your subscription tier, e.g. Free, Pro, etc
</p>
</footer>
#{endOfBody}
</body>

Loading…
Cancel
Save