-
Notifications
You must be signed in to change notification settings - Fork 341
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Onboarding Nudges and PDF opener button more obvious
- Loading branch information
1 parent
23f65e6
commit 7995f6f
Showing
22 changed files
with
947 additions
and
15 deletions.
There are no files selected for viewing
Submodule memex-common
updated
from 81ce04 to b30ff3
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,19 @@ | ||
export const SIDEBAR_SEARCH_RESULT_LIMIT = 10 | ||
|
||
export const IGNORE_CLICK_OUTSIDE_CLASS = 'ignore-react-onclickoutside' | ||
|
||
export const ONBOARDING_NUDGES_STORAGE = '@onboarding-nudges' | ||
|
||
export const ONBOARDING_NUDGES_DEFAULT = { | ||
enabled: true, // should the onboarding nudge be shown at all | ||
bookmarksCount: 5, // how many times a page has been scrolled down | ||
youtubeSummaryCount: 5, // how many times a youtube video has been opened | ||
youtubeTimestampCount: 0, // how many times a youtube video has been opened | ||
pageSummaryCount: 0, // how many times did the user encounter a long article worth summarising | ||
} | ||
export const ONBOARDING_NUDGES_MAX_COUNT = { | ||
bookmarksCount: 5, // how many times a page has been scrolled down | ||
youtubeSummaryCount: 5, // how many times a youtube video has been opened | ||
youtubeTimestampCount: 0, // how many times a youtube video has been opened | ||
pageSummaryCount: 0, // how many times did the user encounter a long article worth summarising | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.