-
Notifications
You must be signed in to change notification settings - Fork 327
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
fix(LIVE-9486): add specific featureFlags deeplinks tutorial #5027
Merged
stephane-lieumont-ledger
merged 17 commits into
develop
from
bugfix/deeplink-redirection-tracking-lld
Oct 25, 2023
Merged
Changes from 16 commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
1f89f9a
fix(recover): add specific featureFlags deeplinks tutorial
stephane-lieumont-ledger 8165f42
fix(live-9486): update changlog
stephane-lieumont-ledger 2d776a8
fix(live-9486): revert test file after prettier
stephane-lieumont-ledger 1cde86a
fix(live-9486): fix ci libs
stephane-lieumont-ledger d3a8238
fix(live-9486): replace history push redirect
stephane-lieumont-ledger 5f88029
fix(live-9486): add custom hook path for recover
stephane-lieumont-ledger cfc957f
fix(live-9486): add custom link for restore stax after onboarding
stephane-lieumont-ledger c835493
fix(live-9486): add restore redirection on recover restore
stephane-lieumont-ledger 715a219
fix(live-9486): fix blackscreen stax onboarding
stephane-lieumont-ledger a6b1c4e
fix(live-9486): improve custom path for recover
stephane-lieumont-ledger 262605d
Merge branch 'bugfix/deeplink-redirection-tracking-lld' of github.com…
stephane-lieumont-ledger 31367fd
fix(live-9486): add restore redirection on recover restore
stephane-lieumont-ledger 268f705
fix(live-9486): fix blackscreen stax onboarding
stephane-lieumont-ledger f8fda0c
Merge branch 'bugfix/deeplink-redirection-tracking-lld' of github.com…
stephane-lieumont-ledger 946217c
Merge branch 'develop' into bugfix/deeplink-redirection-tracking-lld
stephane-lieumont-ledger d3e00b9
fix(live-9486): remove breaking change release replacing URI restore 24
stephane-lieumont-ledger 843834a
fix(live-9486): add useMemo on useCustomPath
stephane-lieumont-ledger File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
"@ledgerhq/types-live": patch | ||
"ledger-live-desktop": patch | ||
"@ledgerhq/live-common": patch | ||
--- | ||
|
||
Add specific deeplinks for useCase tutorial onboarding |
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.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Not sure about the cost of creating an URL and appending to it but I would memo that part
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
843834a