Skip to content
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

[W3M] Deeplinking to wallets #870

Merged
merged 1 commit into from
May 26, 2023
Merged

[W3M] Deeplinking to wallets #870

merged 1 commit into from
May 26, 2023

Conversation

radeknovis
Copy link
Contributor

Description

Adds deeplink capability to wallets show in first screen

How Has This Been Tested?

Added unit tests to verify encoding of URL to be opened as deeplink

@radeknovis radeknovis changed the base branch from main to develop May 25, 2023 12:17
@radeknovis radeknovis force-pushed the feature/w3m-deeplinking branch 3 times, most recently from db3b57f to 2fca437 Compare May 25, 2023 12:56
@@ -22,23 +22,31 @@ extension ModalSheet {
}

final class ModalViewModel: ObservableObject {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why viewModel is a part of extension to ModalSheet?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I initially thought about namespacing it by using that extension. So you don't have to prefix every type with ModalXxx but it's probably premature right now and going to remove it.

Copy link
Contributor

@flypaper0 flypaper0 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lgtm, how could we test it in Sample app?

@radeknovis radeknovis merged commit 65c69ba into develop May 26, 2023
@radeknovis radeknovis deleted the feature/w3m-deeplinking branch May 26, 2023 08:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants