-
Notifications
You must be signed in to change notification settings - Fork 246
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
feat_: Unfurl transaction deep link #5958
base: feat/deep-link-16345
Are you sure you want to change the base?
Conversation
Jenkins BuildsClick to see older builds (15)
|
Codecov ReportAttention: Patch coverage is
✅ All tests successful. No failed tests found.
Additional details and impacted files@@ Coverage Diff @@
## feat/deep-link-16345 #5958 +/- ##
========================================================
- Coverage 47.45% 47.44% -0.01%
========================================================
Files 835 835
Lines 137789 137830 +41
========================================================
+ Hits 65381 65398 +17
- Misses 64633 64658 +25
+ Partials 7775 7774 -1
Flags with carried forward coverage won't be shown. Click here to find out more.
|
} | ||
if len(linkTypes) > 1 { | ||
return fmt.Errorf("multiple components set at the same time: %v", linkTypes) | ||
} else if len(linkTypes) == 0 { |
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.
No need for the else
} else if len(linkTypes) == 0 { | |
} | |
if len(linkTypes) == 0 { |
c89bf1c
to
64762e4
Compare
f234a94
to
4c88939
Compare
64762e4
to
c8698cc
Compare
c8698cc
to
98f79c0
Compare
98f79c0
to
0c7f9f3
Compare
Task status-im/status-desktop#16412
User stories https://www.notion.so/Transaction-deep-link-10d8f96fb65c803c85fed5f4440ad439
Status-desktop change: status-im/status-desktop#16541
NOTE unfurling is based on deep link branch.
This PR must be merged first:
Changes: