add basic page-by-page onboarding help

This commit is contained in:
2024-10-23 08:27:16 -06:00
parent 6f880d0df1
commit 53abf964b2
9 changed files with 304 additions and 12 deletions

View File

@@ -24,6 +24,7 @@ export type Settings = {
filterFeedByNearby?: boolean; // filter by nearby
filterFeedByVisible?: boolean; // filter by visible users ie. anyone not hidden
finishedOnboarding?: boolean; // the user has completed the onboarding process
firstName?: string; // user's full name, may be null if unwanted for a particular account
hideRegisterPromptOnNewContact?: boolean;