1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app
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
..
components Replace debounce package with debounce function from lodash (#7931) 2020-01-29 13:36:03 -04:00
css Make account details modal close button easier to click (#7797) 2020-01-10 10:43:53 -04:00
ducks Replace clone dependency with cloneDeep from lodash (#7926) 2020-01-29 13:14:33 -04:00
helpers Remove unnecessary withRouter and compose calls (#7890) 2020-01-24 15:12:49 -04:00
pages Replace debounce package with debounce function from lodash (#7931) 2020-01-29 13:36:03 -04:00
selectors Improve LoginPerSite UX/devX and permissions logging (#7649) 2020-01-27 14:42:03 -08:00
store Improve LoginPerSite UX/devX and permissions logging (#7649) 2020-01-27 14:42:03 -08:00