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
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
..
add-recipient Replace debounce package with debounce function from lodash (#7931) 2020-01-29 13:36:03 -04:00
send-amount-row Switch to full lodash package, and update lodash (#7907) 2020-01-27 12:45:48 -04:00
send-asset-row yarn lint --fix 2019-12-03 17:20:55 -03:30
send-dropdown-list Disable semicolons for class props (#7754) 2020-01-07 16:40:44 -03:30
send-from-row Remove unused fromDropdownOpen state in send reducer (#7700) 2019-12-12 19:26:18 -04:00
send-gas-row Fix prop types for SendGasRow component tests (#7833) 2020-01-15 17:44:47 -03:30
send-hex-data-row Disable semicolons for class props (#7754) 2020-01-07 16:40:44 -03:30
send-row-wrapper Disable semicolons for class props (#7754) 2020-01-07 16:40:44 -03:30
tests Enforce a single boolean attr notation in JSX (#7465) 2019-11-18 19:53:41 -03:30
index.js Address book send plus contact list (#6914) 2019-07-31 17:26:44 -02:30
send-content.component.js Add react/no-unused-prop-types ESLint rule (#7655) 2019-12-07 23:10:47 -04:00
send-content.container.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30