1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00
metamask-extension/ui/app
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
..
components Return Promise from addToAddressBook thunk (#8450) 2020-04-29 01:59:49 -03:00
contexts
css Remove unused ShapeShift components (#8402) 2020-04-24 12:33:24 -03:00
ducks
helpers Fix connected sites modal styling; add shortenUrl function (#8409) 2020-04-27 08:36:08 -07:00
pages Return Promise from addToAddressBook thunk (#8450) 2020-04-29 01:59:49 -03:00
selectors Remove fallback selected address (#8439) 2020-04-28 12:36:25 -03:00
store Return Promise from addToAddressBook thunk (#8450) 2020-04-29 01:59:49 -03:00