1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-24 12:23:39 +02:00
metamask-extension/ui/app/pages/send/send-content/add-recipient
Mark Stacey 00a73ee25e
Replace debounce package with debounce function from lodash (#7931)
These two functions differ slightly in options, but none of those
options are being used by us, so in these cases they're functionally
equivalent. They're even both descendants of the original `debounce`
function from `underscore`.

This was done to reduce the number of direct dependencies we have. It
should not affect bundle size, as we still depend upon the `debounce`
package transitively.
2020-01-29 13:36:03 -04:00
..
tests yarn lint --fix 2019-12-03 17:20:55 -03:30
add-recipient.component.js Add react/no-unused-prop-types ESLint rule (#7655) 2019-12-07 23:10:47 -04:00
add-recipient.container.js Address book send plus contact list (#6914) 2019-07-31 17:26:44 -02:30
add-recipient.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
add-recipient.selectors.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
ens-input.component.js Replace debounce package with debounce function from lodash (#7931) 2020-01-29 13:36:03 -04:00
ens-input.container.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
ens-input.js Address book send plus contact list (#6914) 2019-07-31 17:26:44 -02:30
index.js Address book send plus contact list (#6914) 2019-07-31 17:26:44 -02:30