Restore welcome screen before theme step in signup flow

This commit is contained in:
Chad Curtis
2026-02-28 00:10:10 -06:00
parent 89bc77479a
commit 8503f072c3
+1 -1
View File
@@ -247,7 +247,7 @@ type SignupStep = 'keygen' | 'download' | 'profile';
type SettingsStep = 'welcome' | 'theme' | 'content' | 'safety' | 'follows' | 'outro';
type Step = SignupStep | SettingsStep;
const SIGNUP_STEPS: Step[] = ['theme', 'keygen', 'download', 'profile', 'content', 'safety', 'follows', 'outro'];
const SIGNUP_STEPS: Step[] = ['welcome', 'theme', 'keygen', 'download', 'profile', 'content', 'safety', 'follows', 'outro'];
const SETTINGS_STEPS: Step[] = ['welcome', 'theme', 'content', 'safety', 'follows', 'outro'];
function SetupQuestionnaire({ onComplete, onPreload, isSignup = false }: {