Skip to content

Commit

Permalink
馃帹 Improved post-setup onboarding flow
Browse files Browse the repository at this point in the history
ref https://linear.app/tryghost/issue/IPC-66/onboarding-checklist-v1

- replaced the setup/done screen with a new onboarding checklist shown on the dashboard
  • Loading branch information
kevinansfield committed Apr 8, 2024
1 parent 3d4c4d4 commit 06c9eed
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions ghost/core/core/shared/labs.js
Expand Up @@ -24,7 +24,8 @@ const GA_FEATURES = [
'listUnsubscribeHeader',
'filterEmailDisabled',
'newEmailAddresses',
'portalImprovements'
'portalImprovements',
'onboardingChecklist'
];

// NOTE: this allowlist is meant to be used to filter out any unexpected
Expand All @@ -50,7 +51,6 @@ const ALPHA_FEATURES = [
'lexicalIndicators',
// 'adminXOffers',
'adminXDemo',
'onboardingChecklist',
'membersSpamPrevention'
];

Expand Down
Expand Up @@ -1155,7 +1155,7 @@ exports[`Settings API Edit Can edit a setting 2: [headers] 1`] = `
Object {
"access-control-allow-origin": "http://127.0.0.1:2369",
"cache-control": "no-cache, private, no-store, must-revalidate, max-stale=0, post-check=0, pre-check=0",
"content-length": "4562",
"content-length": "4591",
"content-type": "application/json; charset=utf-8",
"content-version": StringMatching /v\\\\d\\+\\\\\\.\\\\d\\+/,
"etag": StringMatching /\\(\\?:W\\\\/\\)\\?"\\(\\?:\\[ !#-\\\\x7E\\\\x80-\\\\xFF\\]\\*\\|\\\\r\\\\n\\[\\\\t \\]\\|\\\\\\\\\\.\\)\\*"/,
Expand Down

0 comments on commit 06c9eed

Please sign in to comment.