Skip to content

Commit

Permalink
Adding complete version-aware onboarding experience.
Browse files Browse the repository at this point in the history
  • Loading branch information
coddingtonbear committed Feb 11, 2024
1 parent ef36c1b commit 9bf5f86
Show file tree
Hide file tree
Showing 8 changed files with 456 additions and 178 deletions.
178 changes: 160 additions & 18 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 3 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@
"react": "^17.0.1",
"react-dom": "^17.0.1",
"react-draggable": "^4.4.6",
"react-joyride": "^2.7.2",
"turndown": "^7.1.1",
"usehooks-ts": "^2.9.1",
"uuid": "^8.3.2"
Expand All @@ -54,8 +55,8 @@
"prettier": "^2.2.1",
"rimraf": "^3.0.2 ",
"ts-jest": "^27.0.5",
"ts-loader": "^8.0.0",
"typescript": "^4.6.4",
"ts-loader": "^8.4.0",
"typescript": "^4.9.5",
"webpack": "^5.0.0",
"webpack-cli": "^4.0.0",
"webpack-merge": "^5.0.0"
Expand Down
3 changes: 2 additions & 1 deletion src/constants.ts
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ export const DefaultSyncSettings: ExtensionSyncSettings = {
template: DefaultSearchMatchTemplate,
},
},
showOnboarding: false,
showOnboardingFromVersion: "0.0",
};

export const KnownSyncSettingKeys = [
Expand All @@ -112,6 +112,7 @@ export const KnownSyncSettingKeys = [
"searchBackgroundEnabled",
"searchMatchMentionTemplate",
"searchMatchDirectTemplate",
"showOnboardingFromVersion",
];

export const TurndownConfiguration: TurndownService.Options = {
Expand Down
Loading

0 comments on commit 9bf5f86

Please sign in to comment.