mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-01-27 22:49:56 -05:00
🎨 Improved post-setup onboarding flow (#19996)
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
This commit is contained in:
parent
c1321f8b84
commit
78311591d0
2 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
@ -50,7 +51,6 @@ const ALPHA_FEATURES = [
|
|||
'lexicalIndicators',
|
||||
// 'adminXOffers',
|
||||
'adminXDemo',
|
||||
'onboardingChecklist',
|
||||
'membersSpamPrevention'
|
||||
];
|
||||
|
||||
|
|
|
@ -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 \\]\\|\\\\\\\\\\.\\)\\*"/,
|
||||
|
|
Loading…
Add table
Reference in a new issue