add first run flag

This commit is contained in:
Sean Yesmunt 2020-08-27 12:29:29 -04:00
parent aca15fe3e9
commit 7d90cba8a0
2 changed files with 3 additions and 0 deletions

2
dist/bundle.es.js vendored
View file

@ -629,6 +629,7 @@ const SHOW_NSFW = 'showNsfw';
const CREDIT_REQUIRED_ACKNOWLEDGED = 'credit_required_acknowledged';
const NEW_USER_ACKNOWLEDGED = 'welcome_acknowledged';
const EMAIL_COLLECTION_ACKNOWLEDGED = 'email_collection_acknowledged';
const FIRST_RUN_STARTED = 'first_run_started';
const INVITE_ACKNOWLEDGED = 'invite_acknowledged';
const FOLLOWING_ACKNOWLEDGED = 'following_acknowledged';
const TAGS_ACKNOWLEDGED = 'tags_acknowledged';
@ -672,6 +673,7 @@ var settings = /*#__PURE__*/Object.freeze({
CREDIT_REQUIRED_ACKNOWLEDGED: CREDIT_REQUIRED_ACKNOWLEDGED,
NEW_USER_ACKNOWLEDGED: NEW_USER_ACKNOWLEDGED,
EMAIL_COLLECTION_ACKNOWLEDGED: EMAIL_COLLECTION_ACKNOWLEDGED,
FIRST_RUN_STARTED: FIRST_RUN_STARTED,
INVITE_ACKNOWLEDGED: INVITE_ACKNOWLEDGED,
FOLLOWING_ACKNOWLEDGED: FOLLOWING_ACKNOWLEDGED,
TAGS_ACKNOWLEDGED: TAGS_ACKNOWLEDGED,

View file

@ -6,6 +6,7 @@ export const SHOW_NSFW = 'showNsfw';
export const CREDIT_REQUIRED_ACKNOWLEDGED = 'credit_required_acknowledged';
export const NEW_USER_ACKNOWLEDGED = 'welcome_acknowledged';
export const EMAIL_COLLECTION_ACKNOWLEDGED = 'email_collection_acknowledged';
export const FIRST_RUN_STARTED = 'first_run_started';
export const INVITE_ACKNOWLEDGED = 'invite_acknowledged';
export const FOLLOWING_ACKNOWLEDGED = 'following_acknowledged';
export const TAGS_ACKNOWLEDGED = 'tags_acknowledged';