@ -1,37 +1,55 @@ | |||
<template id="state:free-preview-expired"> | |||
<section> | |||
<h3>Continue using Premium Features</h3> | |||
<p>Your premium features trial has ended.</p> | |||
<p> | |||
Your | |||
<a title="Learn more about premium features" href="command:gitlens.premium.learn">premium features</a> trial | |||
has ended. Don't worry, non-premium features are always accessible. | |||
</p> | |||
<p> | |||
Sign in to use premium features on public repos and get an <b>additional 7-day free trial</b> for both | |||
public and private repos. | |||
</p> | |||
<vscode-button data-action="command:gitlens.premium.loginOrSignUp">Sign in</vscode-button> | |||
<p> | |||
Or, you can <a href="command:gitlens.premium.purchase">purchase a plan</a> for access to both public and | |||
private repos. | |||
Or, <a title="Upgrade your account" href="command:gitlens.premium.purchase">upgrade your account</a> to use | |||
premium features on both public and private repos. | |||
</p> | |||
<h3>Premium Features</h3> | |||
<h3>Premium Features (Optional)</h3> | |||
<p> | |||
Premium features are all-new features that enhance your current GitLens experience and require an account to | |||
access. All non-premium features are unrestricted. Learn more about | |||
|
|||
<a title="Learn more about premium features" href="command:gitlens.premium.learn">Premium features</a> are | |||
all-new, completely optional, features that enhance your current GitLens experience when you sign with an | |||
account. | |||
</p> | |||
<h4>Visual File History</h4> | |||
<img class="image--preview" src="#{root}/images/docs/visual-file-history-hover.png" alt="Visual File History" /> | |||
<p> | |||
The Visual File History allows you to quickly see the evolution of a file, including when changes were made, | |||
how large they were, and who made them. Learn more about the | |||
<a href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.visualFileHistory%22" | |||
<i class="codicon codicon-info"></i> Non-premium features are always accessible, without an account, | |||
and will continue to evolve and be invested in. | |||
</p> | |||
<h4>Visual File History</h4> | |||
<img | |||
class="image--preview" | |||
src="#{root}/images/docs/visual-file-history-hover.png" | |||
alt="Visual File History screenshot" | |||
/> | |||
<p class="feature-desc"> | |||
The | |||
<a | |||
title="Learn more about the Visual File History" | |||
href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.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="#{root}/images/docs/worktrees-view.png" alt="Worktrees" /> | |||
<p> | |||
Worktrees allow you to easily work on different branches of a repository simultaneously. Learn more about | |||
<a href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.worktrees%22">worktrees</a>. | |||
<img class="image--preview" src="#{root}/images/docs/worktrees-view.png" alt="Worktrees screenshot" /> | |||
<p class="feature-desc"> | |||
<a | |||
title="Learn more about worktrees" | |||
href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.worktrees%22" | |||
>Worktrees</a | |||
> | |||
allow you to easily work on different branches of a repository simultaneously. | |||
</p> | |||
</section> | |||
</template> |
@ -1,34 +1,51 @@ | |||
<template id="state:free-preview"> | |||
<section> | |||
<h3>Trying GitLens Premium Features</h3> | |||
<p>You have <span data-bind="previewDays">3 days</span> left in your premium features trial.</p> | |||
<p>Once your trial ends, you'll need a free account to continue using premium features on public repos.</p> | |||
<p> | |||
You have <span data-bind="previewDays">3 days</span> left in your | |||
<a title="Learn more about premium features" href="command:gitlens.premium.learn">premium features</a> | |||
trial. Once your trial ends, you'll need a free account to continue using premium features on public repos. | |||
</p> | |||
<vscode-button data-action="command:gitlens.premium.loginOrSignUp">Sign in</vscode-button> | |||
<p> | |||
Or, you can <a href="command:gitlens.premium.purchase">purchase a plan</a> for access to both public and | |||
private repos. | |||
Or, <a title="Upgrade your account" href="command:gitlens.premium.purchase">upgrade your account</a> to use | |||
premium features on both public and private repos. | |||
</p> | |||
<h3>Premium Features</h3> | |||
<h3>Premium Features (Optional)</h3> | |||
<p> | |||
Premium features are all-new features that enhance your current GitLens experience and require an account to | |||
access. All non-premium features are unrestricted. Learn more about | |||
|
|||
<a title="Learn more about premium features" href="command:gitlens.premium.learn">Premium features</a> are | |||
all-new, completely optional, features that enhance your current GitLens experience when you sign with an | |||
account. | |||
</p> | |||
<h4>Visual File History</h4> | |||
<img class="image--preview" src="#{root}/images/docs/visual-file-history-hover.png" alt="Visual File History" /> | |||
<p> | |||
The Visual File History allows you to quickly see the evolution of a file, including when changes were made, | |||
how large they were, and who made them. Learn more about the | |||
<a href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.visualFileHistory%22" | |||
<i class="codicon codicon-info"></i> Non-premium features are always accessible, without an account, | |||
and will continue to evolve and be invested in. | |||
</p> | |||
<h4>Visual File History</h4> | |||
<img | |||
class="image--preview" | |||
src="#{root}/images/docs/visual-file-history-hover.png" | |||
alt="Visual File History screenshot" | |||
/> | |||
<p class="feature-desc"> | |||
The | |||
<a | |||
title="Learn more about the Visual File History" | |||
href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.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="#{root}/images/docs/worktrees-view.png" alt="Worktrees" /> | |||
<p> | |||
Worktrees allow you to easily work on different branches of a repository simultaneously. Learn more about | |||
<a href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.worktrees%22">worktrees</a>. | |||
<img class="image--preview" src="#{root}/images/docs/worktrees-view.png" alt="Worktrees screenshot" /> | |||
<p class="feature-desc"> | |||
<a | |||
title="Learn more about worktrees" | |||
href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.worktrees%22" | |||
>Worktrees</a | |||
> | |||
allow you to easily work on different branches of a repository simultaneously. | |||
</p> | |||
</section> | |||
</template> |
@ -1,33 +1,48 @@ | |||
<template id="state:free"> | |||
<section> | |||
<h3>Introducing Premium Features</h3> | |||
<h3>Introducing Premium Features (Optional)</h3> | |||
<p> | |||
Premium features are all-new features that enhance your current GitLens experience and require an account to | |||
access. All non-premium features are unrestricted. | |||
<a title="Learn more about premium features" href="command:gitlens.premium.learn">Premium features</a> are | |||
all-new, completely optional, features that enhance your current GitLens experience when you sign with an | |||
account. | |||
</p> | |||
<vscode-button data-action="command:gitlens.premium.startPreviewTrial">Try premium features now</vscode-button> | |||
<p> | |||
Try premium features now, without an account, for 3 days on public and private repos, or | |||
<a href="command:gitlens.premium.loginOrSignUp">sign in</a> to use premium features on public repos. Learn | |||
more about <a href="command:gitlens.premium.learn">premium features</a>. | |||
<i class="codicon codicon-info"></i> Non-premium features are always accessible, without an account, | |||
and will continue to evolve and be invested in. | |||
</p> | |||
<vscode-button data-action="command:gitlens.premium.startPreviewTrial">Try premium features now</vscode-button> | |||
<p style="margin-bottom: 1rem"> | |||
Try | |||
<a title="Learn more about premium features" href="command:gitlens.premium.learn">premium features</a> now, | |||
without an account, for 3 days on public and private repos, or | |||
<a title="Sign in now" href="command:gitlens.premium.loginOrSignUp">sign in</a> for unlimited use on public | |||
repos. | |||
</p> | |||
<h4>Visual File History</h4> | |||
<img class="image--preview" src="#{root}/images/docs/visual-file-history-hover.png" alt="Visual File History" /> | |||
<p> | |||
The Visual File History allows you to quickly see the evolution of a file, including when changes were made, | |||
how large they were, and who made them. Learn more about the | |||
<a href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.visualFileHistory%22" | |||
<img | |||
class="image--preview" | |||
src="#{root}/images/docs/visual-file-history-hover.png" | |||
alt="Visual File History screenshot" | |||
/> | |||
<p class="feature-desc"> | |||
The | |||
<a | |||
title="Learn more about the Visual File History" | |||
href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.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="#{root}/images/docs/worktrees-view.png" alt="Worktrees" /> | |||
<p> | |||
Worktrees allow you to easily work on different branches of a repository simultaneously. Learn more about | |||
<a href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.worktrees%22"" | |||
>worktrees</a | |||
>. | |||
<img class="image--preview" src="#{root}/images/docs/worktrees-view.png" alt="Worktrees screenshot" /> | |||
<p class="feature-desc"> | |||
<a | |||
title="Learn more about worktrees" | |||
href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.worktrees%22" | |||
>Worktrees</a | |||
> | |||
allow you to easily work on different branches of a repository simultaneously. | |||
</p> | |||
</section> | |||
</template> |
@ -1,14 +1,19 @@ | |||
<template id="state:plus-trial-expired"> | |||
<section> | |||
<h3>GitLens Free+</h3> | |||
<p>Your GitLens Free+ account gives you access to premium features on public repos.</p> | |||
<p>Purchase a plan for access to both public and private repos.</p> | |||
<vscode-button data-action="command:gitlens.premium.purchase">Purchase a plan</vscode-button> | |||
<vscode-button data-action="command:gitlens.premium.learn" appearance="secondary" | |||
>Learn about premium features</vscode-button | |||
> | |||
<p> | |||
<a href="command:gitlens.premium.manage">Manage my account</a> | |||
Your Free+ account gives you access to use | |||
<a title="Learn more about premium features" href="command:gitlens.premium.learn">premium features</a> on | |||
public repos. | |||
</p> | |||
<p> | |||
<a title="Manage your account" href="command:gitlens.premium.manage">Manage your account</a> | |||
</p> | |||
<p>Upgrade your account for access to both public and private repos.</p> | |||
<vscode-button data-action="command:gitlens.premium.purchase">Upgrade your account</vscode-button> | |||
<p> | |||
<i class="codicon codicon-info"></i> Non-premium features are always accessible, without an account, | |||
and will continue to evolve and be invested in. | |||
</p> | |||
</section> | |||
</template> |
@ -1,33 +1,48 @@ | |||
<template id="state:plus-trial"> | |||
<section> | |||
<h3>Premium Feature Trial</h3> | |||
<p>You have <span data-bind="trialDays">3 days</span> left in your premium features trial.</p> | |||
<p> | |||
Once your trial ends, you can continue using premium features on public repos, or purchase a plan for access | |||
to both public and private repos. | |||
You have <span data-bind="trialDays">7 days</span> left in your | |||
<a title="Learn more about premium features" href="command:gitlens.premium.learn">premium features</a> | |||
trial. Once your trial ends, you can continue using premium features on public repos. | |||
</p> | |||
<vscode-button data-action="command:gitlens.premium.purchase">Purchase a plan</vscode-button> | |||
<p>Upgrade your account for access to both public and private repos.</p> | |||
<vscode-button data-action="command:gitlens.premium.purchase">Upgrade your account</vscode-button> | |||
<h3>Premium Features</h3> | |||
<p> | |||
Premium features are all-new features that enhance your current GitLens experience and require an account to | |||
access. All non-premium features are unrestricted. Learn more about | |||
|
|||
<a title="Learn more about premium features" href="command:gitlens.premium.learn">Premium features</a> are | |||
all-new, completely optional, features that enhance your current GitLens experience when you sign with an | |||
account. | |||
</p> | |||
<h4>Visual File History</h4> | |||
<img class="image--preview" src="#{root}/images/docs/visual-file-history-hover.png" alt="Visual File History" /> | |||
<p> | |||
The Visual File History allows you to quickly see the evolution of a file, including when changes were made, | |||
how large they were, and who made them. Learn more about the | |||
<a href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.visualFileHistory%22" | |||
<i class="codicon codicon-info"></i> Non-premium features are always accessible, without an account, | |||
and will continue to evolve and be invested in. | |||
</p> | |||
<h4>Visual File History</h4> | |||
<img | |||
class="image--preview" | |||
src="#{root}/images/docs/visual-file-history-hover.png" | |||
alt="Visual File History screenshot" | |||
/> | |||
<p class="feature-desc"> | |||
The | |||
<a | |||
title="Learn more about the Visual File History" | |||
href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.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="#{root}/images/docs/worktrees-view.png" alt="Worktrees" /> | |||
<p> | |||
Worktrees allow you to easily work on different branches of a repository simultaneously. Learn more about | |||
<a href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.worktrees%22">worktrees</a>. | |||
<img class="image--preview" src="#{root}/images/docs/worktrees-view.png" alt="Worktrees screenshot" /> | |||
<p class="feature-desc"> | |||
<a | |||
title="Learn more about worktrees" | |||
href="command:gitlens.openWalkthrough?%22gitlens.premium%7Cgitlens.premium.worktrees%22" | |||
>Worktrees</a | |||
> | |||
allow you to easily work on different branches of a repository simultaneously. | |||
</p> | |||
</section> | |||
</template> |
@ -1,15 +1,20 @@ | |||
<template id="state:free"> | |||
<section> | |||
<p> | |||
Try the Visual File History now, without an account, for 3 days on public and private repos, or | |||
<a href="command:gitlens.premium.loginOrSignUp">sign in</a> to use the Visual File History on public repos. | |||
Try it now, without an account, for 3 days on public and private repos, or | |||
<a title="Sign in now" href="command:gitlens.premium.loginOrSignUp">sign in</a> for unlimited use on public | |||
repos. | |||
</p> | |||
<vscode-button data-action="command:gitlens.premium.startPreviewTrial" | |||
>Try the Visual File History now</vscode-button | |||
> | |||
<p> | |||
✨ The Visual File History is a premium feature, open the | |||
<a href="command:gitlens.premium.learn">premium features walkthrough</a> to learn more. | |||
✨ The Visual File History is | |||
<a title="Learn more about premium features" href="command:gitlens.premium.learn">premium feature</a> which | |||
can be used on public repos with a | |||
<a title="Sign in" href="command:gitlens.premium.loginOrSignUp">free account</a> and private repos with a | |||
<a title="View plans" href="command:gitlens.premium.purchase">paid account</a>. | |||
</p> | |||
<p><i class="codicon codicon-info"></i> Non-premium features can always be used on any repo.</p> | |||
</section> | |||
</template> |
@ -1,10 +1,16 @@ | |||
<template id="state:plus-trial-expired"> | |||
<section> | |||
<p>Purchase a plan for access to both public and private repos.</p> | |||
<vscode-button data-action="command:gitlens.premium.purchase">Purchase a plan</vscode-button> | |||
<p> | |||
✨ The Visual File History is a premium feature, which requires at least a Pro subscription for private | |||
repos. Learn more about <a href="command:gitlens.premium.learn">premium features</a>. | |||
Upgrade your account to use the Visual File History and other premium features on both public and private | |||
repos. | |||
</p> | |||
<vscode-button data-action="command:gitlens.premium.purchase">Upgrade your account</vscode-button> | |||
<p> | |||
✨ The Visual File History is | |||
<a title="Learn more about premium features" href="command:gitlens.premium.learn">premium feature</a> which | |||
can be used on public repos with a free account and private repos with a | |||
<a title="Upgrade your account" href="command:gitlens.premium.purchase">paid account</a>. | |||
</p> | |||
<p><i class="codicon codicon-info"></i> Non-premium features can always be used on any repo.</p> | |||
</section> | |||
</template> |