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

@@ -32,6 +32,14 @@ export interface GiverReceiverInputInfo {
name?: string;
}
export enum OnboardPage {
Home = "HOME",
Discover = "DISCOVER",
Create = "CREATE",
Contact = "CONTACT",
Account = "ACCOUNT",
}
export const PRIVACY_MESSAGE =
"The data you send will be visible to the world -- except: your IDs and the IDs of anyone you tag will stay private, only visible to them and others you explicitly allow.";
export const SHARED_PHOTO_BASE64_KEY = "shared-photo-base64";