-
Notifications
You must be signed in to change notification settings - Fork 5k
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
Add delete to custom rpc form #6650
Conversation
chikeichan
commented
May 23, 2019
Why the cancel button in the form, as opposed to a button next to the list item? And I guess there is a technical reason we can't delete a network that is currently selected? Or rather, do you have any sense of the scope and implications of such a change? |
The code is good here. My main question is the UX choice of a form button, instead of a button on the list item. |
I was basically mirroring the behavior on the network dropdown. The technical complexity to do this is fairly low. It is more about not knowing which network to switch to after the user delete the network they are currently on. We can always default fallback to |
Looking good! Some feedback:
Feedback videoI also recorded a feedback video w/prototype which I thought would be easier to explain the many points above. Visual bugPrototypeLink to figma prototype @chikeichan let me know if you have any Qs! |
@chikeichan I fixed lint errors and updated e2e tests on two commits that can be found on this branch: https://github.com/MetaMask/metamask-extension/compare/delrpc |