Kevin Ansfield
2332f339dc
Fixed setup/done screen showing 500 when not authenticated ( #19973 )
...
closes https://linear.app/tryghost/issue/IPC-136/setupdone-route-500s-if-you-hit-it-from-a-logged-out-state-instead-of
- the setup/done route was not set up as an authenticated route so no redirect occurred when accessing it directly before logging in which in turn caused an error because the route tries to read from the session user
2024-04-02 16:43:44 +00:00
Kevin Ansfield
5cb85ff58f
Replaced setup/done screen with onboarding checklist ( #19952 )
...
part of https://linear.app/tryghost/issue/IPC-81/remove-setupdone-screen-from-signup-flow
- when the `onboardingChecklist` flag is enabled the `setup/done` screen shown after install or signup will initiate the onboarding checklist and redirect straight to the dashboard effectively replacing the previous onboarding flow
2024-03-28 16:10:59 +00:00
James Morris
bf676ddfb0
Renamed Finishing Touches onboarding step to Done with other changes and styling tweaks
...
refs: https://github.com/TryGhost/Team/issues/1376
- renamed finishing touches file to done
- no last modal, just the done screen for first start
- added options for next steps
2022-03-02 12:46:15 +00:00