1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-23 11:46:13 +02:00
metamask-extension/ui/app/pages/send/send-footer
Mark Stacey e20ca4668e
Return Promise from addToAddressBook thunk (#8450)
`addToAddressBook` returned a thunk that didn't return a Promise,
despite doing async work. It now returns a Promise.

The callers of this action creator were updated to `await` the
completion of the operation. It was called just before redirecting the
user to a different page or closing a modal, and it seemed appropriate
to wait before doing those things.
2020-04-29 01:59:49 -03:00
..
tests Return Promise from addToAddressBook thunk (#8450) 2020-04-29 01:59:49 -03:00
index.js Add token selection to the send screen (#6445) 2019-04-17 16:45:13 -02:30
send-footer.component.js Return Promise from addToAddressBook thunk (#8450) 2020-04-29 01:59:49 -03:00
send-footer.container.js Fix selectors that use metamask.send.from state (#8182) 2020-03-11 15:40:35 -03:00
send-footer.scss Add token selection to the send screen (#6445) 2019-04-17 16:45:13 -02:30
send-footer.selectors.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30
send-footer.utils.js Enable arrow-parens ESLint rule 2020-02-15 17:04:21 -03:30