-
Notifications
You must be signed in to change notification settings - Fork 22
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
Activate wallet-connect deeplink with qr-mode #650
Conversation
|
@@ -26,7 +26,7 @@ export const GlobalStyle = createGlobalStyle<{ theme: any }>` | |||
|
|||
export const ThemedGlobalStyle = createGlobalStyle` | |||
html { | |||
color: ${({ theme }) => theme.text1}; | |||
color: ${({ theme }) => theme.text4}; |
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.
walletconnect modal take the body>color
style, I found no other way to change the text color
, and it does not seem to affect anything, what do you think @alongoni?
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.
Nice, really like tthis PR. Big improvement.
Well done!
Hey @henrypalacios , @josojo
Could you please take a look into these issues? Thanks |
Thanks by your notes @elena-zh, with regard to the points discussed:
|
Hi @henrypalacios , great job!
Thanks |
Yes, this is fine, let's not change anything |
Might be related to #600 |
@elena-zh continuing your notes:
I have not been able to find a way to solve this, the problem is associated when the walletconnect modal appears immediately after disconnecting. The strange thing is that at times it works and at other times it does not. As in this video that occurs after the third attemp
closes #599 also. @ramirotw
@ramirotw It doesn't look like it because when refreshing walletconnect it is not really there (it is the
Do you think we should open another issue for that, since I'm not sure if it's possible to just make a wrapper? |
Hi @henrypalacios , However, today I have not been able to connect a wallet using walletconnect option: each time when I select this option, I get the app crash =( As for the mentioned above issues, I have created tickets for them: Thanks |
NoCloses 671 (failed) |
@henrypalacios can you give a summary on what is working and what is not working? Do you need help with anything particular? It would be great if we can get it ready for release. |
@henrypalacios , @josojo ,
Thanks |
Hi @henrypalacios , @hpmaxi , |
@elena-zh @josojo About safe, as far as I know, we are not updating the transactions state with the internal calls made by the safe, so maybe fixing that is completely unrelated to qr-mode. [UPDATE] |
Hi @hpmaxi , here a separate issue for Gnosis Safe transactions #693. Thanks |
Yes, I think its fine to track them with issues and merge what we have already. |
In this PR try to handle the error #658 when the app is crashed when connect a wallet with another unsupported network |
Hi @henrypalacios , thank you for the fix!
It would be great to use the same flow as it works for Metamask connection:
|
closes: #562
Activate walletconnect deeplink.