-
Notifications
You must be signed in to change notification settings - Fork 402
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
Allow setting mockWalletAddress via ui #578
Comments
Still needs:
Other notes:
|
@defispartan I think that mockup on the wallet modal is super good. Not convinced about the 👁️ though. At least to me it wouldn't be clear that it's a mock. Also as you wrote above would be nice to have a quick way to exit the mock. |
Actually there are a lot of screens left out of the design, mock mode would be shown the same way test mode is with a purple button where you can exit |
@foodaka On your last comment — IMHO it’s not the best option to re-use Testnet label, because Watching mode can be applied to testnet too. So both of these features shouldn't be mixed via UI elements. @sakulstra why you hate 👁 ?:) It's not about 'Mock address' more of 'Watch-only' mode. Eye -> watch.
|
👋 Still new to the code base, and I'm happy try deliver this feature as it does not seem too difficult (of course unless I am missing something 😅 )
|
Hey @MatthewCYLau :) Maybe we also need to cover Profile dropdown (to switch between accounts) and decide on tx window: one option is to allow user open tx window to play around with options (but with disabled CTA). And since nobody liked 👁️ icon let's just switch to alert exclamation. I'll send the designs later |
Connect wallet window tooltip: @MatthewCYLau let me know what you think :) |
@iamanastasia thank you for the design above - lgtm 🎉 now let me try code it out 💪 |
Raised a draft PR. I'm happy to take feedback (on this thread?) |
This is a great start! @iamanastasia Left feedback on the PR, I added these as tasks to this issue and added one more myself which is the ability to copy the approval and/or transaction data while in watch wallet mode. Since this is quite a big change, don't feel like you have to do all of this yourself @MatthewCYLau 😅 , our team can pick up some of these tasks next week |
Thank you for all the great feedback from the core Aave team 🙏I’m on a city break get away and will be back on Monday 5th September. Could I still own these tasks myself when I return? Thank you! |
Is your feature request related to a problem? Please describe.
There's a really cool feature in the app allowing you to "simulate" any address, but if you don't know it you don't find it as you manually have to enter things in the console (
localstorage.setItem('mockWalletAddress', '0x0')
).Describe the solution you'd like
A input somewhere where i can enter & also remove the mock address.
The text was updated successfully, but these errors were encountered: