2024-03-27 20:37:37 +03:00
|
|
|
|
<div class="gh-onboarding-wrapper" data-test-dashboard="onboarding-checklist">
|
|
|
|
|
<div class="gh-onboarding-header">
|
2024-03-28 18:48:54 +03:00
|
|
|
|
{{#if (feature "nightShift")}}
|
2024-04-04 14:07:12 +03:00
|
|
|
|
<div class="gh-onboarding-ghost-logo-wrapper">
|
|
|
|
|
<video width="80" height="80" loop autoplay muted playsinline preload="metadata" style="width: 80px; height: 80px;" class="gh-onboarding-ghost-logo--dark" {{autoplay}}>
|
|
|
|
|
<source src="assets/videos/logo-loader-dark.mp4" type="video/mp4" />
|
|
|
|
|
</video>
|
|
|
|
|
<div class="gh-onboarding-ghost-logo-overlay"></div>
|
|
|
|
|
</div>
|
2024-03-28 18:48:54 +03:00
|
|
|
|
{{else}}
|
2024-04-04 14:07:12 +03:00
|
|
|
|
<div class="gh-onboarding-ghost-logo-wrapper">
|
|
|
|
|
<video width="80" height="80" loop autoplay muted playsinline preload="metadata" style="width: 80px; height: 80px;" class="gh-onboarding-ghost-logo--light" {{autoplay}}>
|
|
|
|
|
<source src="assets/videos/logo-loader.mp4" type="video/mp4" />
|
|
|
|
|
</video>
|
|
|
|
|
</div>
|
2024-03-28 18:48:54 +03:00
|
|
|
|
{{/if}}
|
2024-04-02 15:55:22 +03:00
|
|
|
|
|
2024-04-01 18:55:19 +03:00
|
|
|
|
{{#if this.onboarding.allStepsCompleted}}
|
|
|
|
|
<h2 class="gh-canvas-title">You’re all set.</h2>
|
|
|
|
|
{{else}}
|
2024-04-02 16:54:51 +03:00
|
|
|
|
<h2 class="gh-canvas-title">Let’s get started!</h2>
|
2024-04-04 14:07:12 +03:00
|
|
|
|
<p>Welcome! It’s time to set up {{get-setting "title"}}.</p>
|
2024-04-01 18:55:19 +03:00
|
|
|
|
{{/if}}
|
2024-03-19 19:07:49 +03:00
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<div class="gh-onboarding-items">
|
|
|
|
|
<div>
|
|
|
|
|
{{!-- Step 1 --}}
|
2024-03-27 20:37:37 +03:00
|
|
|
|
<div class="gh-onboarding-item gh-onboarding-item--completed">
|
2024-03-27 21:27:43 +03:00
|
|
|
|
<Dashboard::Onboarding::Step
|
|
|
|
|
@icon="rocket"
|
|
|
|
|
@title="Start a new Ghost publication"
|
|
|
|
|
@complete={{true}}
|
|
|
|
|
/>
|
2024-03-19 19:07:49 +03:00
|
|
|
|
</div>
|
|
|
|
|
{{!-- Step 2 --}}
|
2024-04-03 21:35:18 +03:00
|
|
|
|
<LinkTo @route="settings-x.settings-x" @model="design/edit?ref=setup" class="gh-onboarding-item {{onboarding-step-class "customize-design"}}" id="ob-customize-design" {{on "click" (fn this.onboarding.markStepCompleted "customize-design")}}>
|
2024-03-27 21:27:43 +03:00
|
|
|
|
<Dashboard::Onboarding::Step
|
|
|
|
|
@icon="brush"
|
2024-04-03 11:34:35 +03:00
|
|
|
|
@title="Customize your design"
|
2024-04-03 20:03:53 +03:00
|
|
|
|
@description="Craft a look that reflects your brand and style."
|
2024-03-27 21:27:43 +03:00
|
|
|
|
@complete={{is-onboarding-step-completed "customize-design"}}
|
|
|
|
|
/>
|
2024-03-19 19:07:49 +03:00
|
|
|
|
</LinkTo>
|
|
|
|
|
{{!-- Step 3 --}}
|
2024-04-03 21:35:18 +03:00
|
|
|
|
<LinkTo @route="lexical-editor.new" @model="post" class="gh-onboarding-item {{onboarding-step-class "first-post"}}" id="ob-first-post" {{on "click" (fn this.onboarding.markStepCompleted "first-post")}}>
|
2024-03-27 21:27:43 +03:00
|
|
|
|
<Dashboard::Onboarding::Step
|
|
|
|
|
@icon="writing"
|
2024-04-01 18:55:19 +03:00
|
|
|
|
@title="Explore the editor"
|
2024-04-03 21:35:18 +03:00
|
|
|
|
@description="Get to know a writing experience you'll love."
|
2024-03-27 21:27:43 +03:00
|
|
|
|
@complete={{is-onboarding-step-completed "first-post"}}
|
|
|
|
|
/>
|
2024-03-19 19:07:49 +03:00
|
|
|
|
</LinkTo>
|
|
|
|
|
{{!-- Step 4 --}}
|
2024-04-03 21:35:18 +03:00
|
|
|
|
<LinkTo @route="members" class="gh-onboarding-item {{onboarding-step-class "build-audience"}}" id="ob-build-audience" {{on "click" (fn this.onboarding.markStepCompleted "build-audience")}}>
|
2024-03-27 21:27:43 +03:00
|
|
|
|
<Dashboard::Onboarding::Step
|
|
|
|
|
@icon="member-add"
|
|
|
|
|
@title="Build your audience"
|
|
|
|
|
@description="Add members and grow your readership."
|
|
|
|
|
@complete={{is-onboarding-step-completed "build-audience"}}
|
|
|
|
|
/>
|
2024-03-19 19:07:49 +03:00
|
|
|
|
</LinkTo>
|
|
|
|
|
{{!-- Step 5 --}}
|
2024-04-03 21:35:18 +03:00
|
|
|
|
<div role="button" {{on "click" this.openShareModal}} class="gh-onboarding-item {{onboarding-step-class "share-publication"}}" id="ob-share-publication">
|
2024-03-27 21:27:43 +03:00
|
|
|
|
<Dashboard::Onboarding::Step
|
|
|
|
|
@icon="megaphone"
|
|
|
|
|
@title="Share your publication"
|
2024-03-31 18:00:44 +03:00
|
|
|
|
@description="Expand your reach on social media."
|
2024-03-27 21:27:43 +03:00
|
|
|
|
@complete={{is-onboarding-step-completed "share-publication"}}
|
|
|
|
|
role="presentation"
|
|
|
|
|
/>
|
2024-03-18 17:53:01 +03:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
2024-03-19 19:07:49 +03:00
|
|
|
|
</div>
|
|
|
|
|
|
2024-03-28 17:19:43 +03:00
|
|
|
|
{{#if this.onboarding.allStepsCompleted}}
|
2024-04-03 21:35:18 +03:00
|
|
|
|
<a href="#" class="gh-onboarding-explore-dashboard" id="ob-completed" {{on "click" this.onboarding.completeChecklist}}>Explore your dashboard</a>
|
2024-03-28 17:19:43 +03:00
|
|
|
|
{{/if}}
|
2024-03-27 17:07:00 +03:00
|
|
|
|
|
2024-04-03 21:35:18 +03:00
|
|
|
|
<p class="gh-onboarding-help">More questions? Check out our <a href="https://ghost.org/help?utm_source=admin&utm_campaign=onboarding" id="ob-help-center" target="_blank" rel="noopener noreferrer">Help Center</a>.</p>
|
2024-03-27 20:37:37 +03:00
|
|
|
|
|
2024-03-28 17:19:43 +03:00
|
|
|
|
{{#unless this.onboarding.allStepsCompleted}}
|
2024-04-03 21:35:18 +03:00
|
|
|
|
<a href="#" class="gh-onboarding-skip" id="ob-skip" {{on "click" this.onboarding.dismissChecklist}}>Skip onboarding</a>
|
2024-03-28 17:19:43 +03:00
|
|
|
|
{{/unless}}
|
2024-03-28 18:35:35 +03:00
|
|
|
|
</div>
|