Bladeren bron

Deletes unused files

main
Eric Amodio 2 jaren geleden
bovenliggende
commit
94cbf7dd15
10 gewijzigde bestanden met toevoegingen van 0 en 325 verwijderingen
  1. +0
    -74
      src/webviews/apps/home/partials/links.html
  2. +0
    -26
      src/webviews/apps/home/partials/state.free-preview-trial-expired.html
  3. +0
    -66
      src/webviews/apps/home/partials/state.free-preview-trial.html
  4. +0
    -61
      src/webviews/apps/home/partials/state.free.html
  5. +0
    -12
      src/webviews/apps/home/partials/state.paid.html
  6. +0
    -17
      src/webviews/apps/home/partials/state.plus-trial-expired.html
  7. +0
    -20
      src/webviews/apps/home/partials/state.plus-trial.html
  8. +0
    -6
      src/webviews/apps/home/partials/state.verify-email.html
  9. +0
    -14
      src/webviews/apps/home/partials/views.html
  10. +0
    -29
      src/webviews/apps/home/partials/welcome.html

+ 0
- 74
src/webviews/apps/home/partials/links.html Bestand weergeven

@ -1,74 +0,0 @@
<template id="links" class="divider">
<div class="links">
<div class="links__group">
<h4>Get Started</h4>
<ul>
<li>
<a href="command:gitlens.getStarted" appearance="secondary">Walkthrough</a>
</li>
<li>
<a href="command:gitlens.plus.learn" appearance="secondary">GitLens+ features walkthrough</a>
</li>
<li>
<a href="command:gitlens.showWelcomePage?%22quick-setup%22" appearance="secondary"
>Quick&nbsp;setup</a
>
</li>
<li>
<a href="command:gitlens.showSettingsPage" appearance="secondary"
>Interactive&nbsp;settings&nbsp;editor</a
>
</li>
<li>&nbsp;</li>
<li>
<a href="command:gitlens.home.toggleWelcome">Restore&nbsp;welcome</a>
</li>
</ul>
</div>
<div class="links__group">
<h4>Help</h4>
<ul>
<li>
<i class="codicon codicon-book"></i>
<a href="https://github.com/gitkraken/vscode-gitlens#readme">Documentation</a>
</li>
<li>
<i class="codicon codicon-comment-discussion"></i>
<a href="https://github.com/gitkraken/vscode-gitlens/discussions">Questions</a>
</li>
<li>
<i class="codicon codicon-issues"></i>
<a href="https://github.com/gitkraken/vscode-gitlens/issues">Issues</a>
</li>
<li>
<i class="codicon codicon-feedback"></i>
<a href="https://gitkraken.com/gitlens-support">GitLens+ Support</a>
</li>
<li>
<i class="codicon codicon-comment"></i>
<a href="https://slack.gitkraken.com">Slack</a>
</li>
<li>
<i class="codicon codicon-twitter"></i>
<a href="https://twitter.com/gitlens">Twitter</a>
</li>
</ul>
</div>
<div class="links__group">
<h4>Resources</h4>
<ul>
<li>
<a
href="https://gitkraken.com/gitlens?utm_source=gitlens-extension&utm_medium=in-app-links&utm_campaign=gitlens-logo-links"
>Website</a
>
</li>
<li><a href="https://gitlens.amod.io/#whats-new">What's new</a></li>
<li>
<a href="https://marketplace.visualstudio.com/items?itemName=eamodio.gitlens">Marketplace</a>
</li>
<li><a href="https://github.com/gitkraken/vscode-gitlens">GitHub</a></li>
</ul>
</div>
</div>
</template>

+ 0
- 26
src/webviews/apps/home/partials/state.free-preview-trial-expired.html Bestand weergeven

@ -1,26 +0,0 @@
<template id="state:free-preview-trial-expired">
<h3>Continue using GitLens+ Features</h3>
<p>
Your trial of
<a title="Learn more about GitLens+ features" href="command:gitlens.plus.learn">GitLens+ features</a>
has ended. Don't worry, all other GitLens features are always accessible.
</p>
<p>
Sign in to use GitLens+ features on public repos and get an additional 7-day free trial for both public and
private repos.
</p>
<vscode-button data-action="command:gitlens.plus.loginOrSignUp">Sign in to GitLens+</vscode-button>
<p>
Or, <a title="Upgrade your account" href="command:gitlens.plus.purchase">upgrade your account</a> to use
GitLens+ features on both public and private repos.
</p>
<p>
<a title="Learn more about GitLens+ features" href="command:gitlens.plus.learn"
>Learn more about GitLens+ features</a
>
</p>
<p>
<i class="codicon codicon-info"></i>&nbsp;All other GitLens features are always accessible, without an account,
and will continue to evolve and be invested in.
</p>
</template>

+ 0
- 66
src/webviews/apps/home/partials/state.free-preview-trial.html Bestand weergeven

@ -1,66 +0,0 @@
<template id="state:free-preview-trial">
<h3>Trying GitLens+ Features</h3>
<p>
You have <span data-bind="previewDays">3 days</span> left in your
<a title="Learn more about GitLens+ features" href="command:gitlens.plus.learn">GitLens+ features</a>
trial. Once your trial ends, you'll need a free account to continue using GitLens+ features on public repos.
Don't worry, all other GitLens features are always accessible.
</p>
<vscode-button data-action="command:gitlens.plus.loginOrSignUp">Sign in to GitLens+</vscode-button>
<p>
Or, <a title="Upgrade your account" href="command:gitlens.plus.purchase">upgrade your account</a> to use
GitLens+ features on both public and private repos.
</p>
<h3>GitLens+</h3>
<p>
<a title="Learn more about GitLens+ features" href="command:gitlens.plus.learn">GitLens+</a> adds all-new,
completely optional, features that enhance your current GitLens experience when you sign in with a free account.
</p>
<p>
<i class="codicon codicon-info"></i>&nbsp;All other GitLens features are always accessible, without an account,
and will continue to evolve and be invested in.
</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 to 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-illustrated.webp"
alt="Visual File History illustration"
/>
<p class="feature-desc">
The
<a
title="Learn more about the Visual File History"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.visualFileHistory%22"
>Visual File History</a
>
allows you to quickly see the evolution of a file, including when changes were made, how large they were, and
who made them.
</p>
<h4>Worktrees</h4>
<img class="image--preview" src="#{webroot}/media/plus-worktrees-illustrated.webp" alt="Worktrees illustration" />
<p class="feature-desc">
<a
title="Learn more about worktrees"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.worktrees%22"
>Worktrees</a
>
allow you to easily work on different branches of a repository simultaneously.
</p>
</template>

+ 0
- 61
src/webviews/apps/home/partials/state.free.html Bestand weergeven

@ -1,61 +0,0 @@
<template id="state:free">
<h3>Introducing GitLens+</h3>
<p>
<a title="Learn more about GitLens+ features" href="command:gitlens.plus.learn">GitLens+</a> adds all-new,
completely optional, features that enhance your current GitLens experience when you sign in with a free account.
</p>
<p>
<i class="codicon codicon-info"></i>&nbsp;All other GitLens features are always accessible, without an account,
and will continue to evolve and be invested in.
</p>
<vscode-button data-action="command:gitlens.plus.startPreviewTrial">Try GitLens+ features now</vscode-button>
<p>
Try
<a title="Learn more about GitLens+ features" href="command:gitlens.plus.learn">GitLens+ features</a> now,
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">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 to 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-illustrated.webp"
alt="Visual File History illustration"
/>
<p class="feature-desc">
The
<a
title="Learn more about the Visual File History"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.visualFileHistory%22"
>Visual File History</a
>
allows you to quickly see the evolution of a file, including when changes were made, how large they were, and
who made them.
</p>
<h4>Worktrees</h4>
<img class="image--preview" src="#{webroot}/media/plus-worktrees-illustrated.webp" alt="Worktrees illustration" />
<p class="feature-desc">
<a
title="Learn more about worktrees"
href="command:gitlens.openWalkthrough?%22gitlens.plus%7Cgitlens.plus.worktrees%22"
>Worktrees</a
>
allow you to easily work on different branches of a repository simultaneously.
</p>
</template>

+ 0
- 12
src/webviews/apps/home/partials/state.paid.html Bestand weergeven

@ -1,12 +0,0 @@
<template id="state:paid">
<h3 data-bind="plan">GitLens+ Pro</h3>
<p>Thank you for purchasing <span data-bind="plan">GitLens+ Pro</span>!</p>
<p>
Your <span data-bind="plan">GitLens+ Pro</span> account gives you access to use
<a title="Learn more about GitLens+ features" href="command:gitlens.plus.learn">GitLens+ features</a> on both
public and private repos.
</p>
<p>
<a title="Manage your account" href="command:gitlens.plus.manage">Manage your account</a>
</p>
</template>

+ 0
- 17
src/webviews/apps/home/partials/state.plus-trial-expired.html Bestand weergeven

@ -1,17 +0,0 @@
<template id="state:plus-trial-expired">
<h3>GitLens+</h3>
<p>
Your GitLens+ account gives you access to use
<a title="Learn more about GitLens+ features" href="command:gitlens.plus.learn">GitLens+ features</a> on public
repos.
</p>
<p>
<a title="Manage your account" href="command:gitlens.plus.manage">Manage your account</a>
</p>
<p>Upgrade your account for access to GitLens+ features on private repos.</p>
<vscode-button data-action="command:gitlens.plus.purchase">Upgrade your account</vscode-button>
<p>
<i class="codicon codicon-info"></i>&nbsp;All other GitLens features are always accessible, without an account,
and will continue to evolve and be invested in.
</p>
</template>

+ 0
- 20
src/webviews/apps/home/partials/state.plus-trial.html Bestand weergeven

@ -1,20 +0,0 @@
<template id="state:plus-trial">
<h3><span data-bind="plan">GitLens+ Pro</span> Trial</h3>
<p>
You have <span data-bind="trialDays">7 days</span> left in your
<a title="Learn more about GitLens+ features" href="command:gitlens.plus.learn">GitLens+ features</a>
trial on both public and private repos. Once your trial ends, you can continue using GitLens+ features on public
repos.
</p>
<p>Upgrade your account for access to GitLens+ features on both public and private repos.</p>
<vscode-button data-action="command:gitlens.plus.purchase">Upgrade your account</vscode-button>
<p>
<a title="Learn more about GitLens+ features" href="command:gitlens.plus.learn"
>Learn more about GitLens+ features</a
>
</p>
<p>
<i class="codicon codicon-info"></i>&nbsp;All other GitLens features are always accessible, without an account,
and will continue to evolve and be invested in.
</p>
</template>

+ 0
- 6
src/webviews/apps/home/partials/state.verify-email.html Bestand weergeven

@ -1,6 +0,0 @@
<template id="state:verify-email">
<h3>Please verify your email</h3>
<p>To use GitLens+ features, please verify the email for the account you created.</p>
<vscode-button data-action="command:gitlens.plus.resendVerification">Resend verification email</vscode-button>
<vscode-button data-action="command:gitlens.plus.validate">Refresh verification status</vscode-button>
</template>

+ 0
- 14
src/webviews/apps/home/partials/views.html Bestand weergeven

@ -1,14 +0,0 @@
<template id="views">
<h3>Where can I find GitLens features?</h3>
<p>
GitLens is integrated into many aspects of VS Code, from directly within the file editor to many feature views
in the side bar. These feature views,
<a href="command:gitlens.showCommitsView" title="Open Commits view">Commits</a>,
<a href="command:gitlens.showFileHistoryView" title="Open File History view">File History</a>,
<a href="command:gitlens.showBranchesView" title="Open Branches view">Branches</a>, etc., are shown on the
<a href="command:gitlens.home.showSCM" title="Open Source Control side bar">Source Control side bar</a>, by
default.
</p>
<vscode-button data-action="command:gitlens.home.showSCM">Open Source Control side bar</vscode-button>
<p>Learn more in the <a href="command:gitlens.getStarted">Get started walkthrough</a>.</p>
</template>

+ 0
- 29
src/webviews/apps/home/partials/welcome.html Bestand weergeven

@ -1,29 +0,0 @@
<template id="welcome">
<h3>Welcome to GitLens 12</h3>
<a
class="link--preview"
title="Watch the GitLens Getting Started video"
href="https://www.youtube.com/watch?v=UQPb73Zz9qk"
>
<img
class="image--preview"
src="#{webroot}/media/gitlens-tutorial-banner-400.webp"
alt="Watch the GitLens Getting Started video"
/>
</a>
<p>
GitLens <b>supercharges</b> Git inside VS Code and unlocks the <b>untapped knowledge</b> within each repository.
It helps you to <b>visualize code authorship</b> at a glance via Git blame annotations and CodeLens,
<b>seamlessly navigate and explore</b> Git repositories, <b>gain valuable insights</b> via rich visualizations
and powerful comparison commands, and so much more.
</p>
<vscode-button data-action="command:gitlens.showWelcomePage">Quick setup</vscode-button>
<vscode-button data-action="command:gitlens.getStarted">Get started walkthrough</vscode-button>
<p>
Use the quick setup experience to personalize GitLens to meet your needs, or jump over to the getting started
walkthrough to familiarize yourself with the rich features GitLens provides.
</p>
<vscode-button data-action="command:gitlens.home.toggleWelcome" appearance="secondary"
>Dismiss welcome</vscode-button
>
</template>

Laden…
Annuleren
Opslaan