1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/pages/send/send-content/add-recipient
Mark Stacey 0f7e2dbf20
Show warnings on Add Recipient page of Send flow (#10530)
Warnings were not shown on the Add Recipient page of the send flow. Now
any send warnings will be shown. This can be tested using an ENS name
with a confusable character in it (the confusable character warning
will be shown).

A condition was also removed that prevented any warnings or errors from
rendering when the user had non-zero contacts or recent addresses. I
have no idea why you'd want to hide warnings or errors if the user had
no contacts or recent addresses. None of these errors even pertain to
contacts or recent addresses.
2021-03-01 09:47:22 -03:30
..
tests Show warnings on Add Recipient page of Send flow (#10530) 2021-03-01 09:47:22 -03:30
add-recipient.component.js Show warnings on Add Recipient page of Send flow (#10530) 2021-03-01 09:47:22 -03:30
add-recipient.container.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
add-recipient.js Warn users when an ENS name contains 'confusable' characters (#9187) 2021-02-27 01:56:04 -03:30
ens-input.component.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
ens-input.container.js use chain id for enabling ENS IPFS resolution (#10507) 2021-02-25 05:40:57 -06:00
ens-input.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
index.js @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00