safe-global / safe-wallet-web

Safe{Wallet} – smart contract wallet for Ethereum (ex-Gnosis Safe multisig)
https://app.safe.global
GNU General Public License v3.0
312 stars 362 forks source link

Prepopulate the address on creating an address book entry #3826

Open kirkkonen opened 3 weeks ago

kirkkonen commented 3 weeks ago

As agreed on the collab testing session, let's fix this one to smoothen adding addresses to the book (another way to battle address poisoning too):

Image

The form is currently empty, expected to get the address pre-filled:

Image

usame-algan commented 4 days ago

I think this is actually a bug since the address in the screenshot is already added. If its an address thats not in the address book yet and a user presses the button it correctly pre-populates the input. We should instead hide this button if the address is already in the address book.