1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/app/components/ui
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
..
alert Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
balance Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
breadcrumbs yarn lint --fix 2019-12-03 17:20:55 -03:30
button Fix batch transaction UX (#7473) 2020-01-10 06:34:02 -08:00
button-group eslint: Enable more react/jsx-* rules (#7592) 2019-12-03 13:05:44 -03:30
card Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
currency-display Add react/no-unused-prop-types ESLint rule (#7655) 2019-12-07 23:10:47 -04:00
currency-input Delete onBlur handlers from currency and token input components (#7824) 2020-01-15 11:18:59 -04:00
dialog Address book send plus contact list (#6914) 2019-07-31 17:26:44 -02:30
error-message yarn lint --fix 2019-12-03 17:20:55 -03:30
eth-balance Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
export-text-container Add mechanism to randomize seed phrase filename (#7863) 2020-01-21 21:22:55 -04:00
hex-to-decimal eslint: Enable more react/jsx-* rules (#7592) 2019-12-03 13:05:44 -03:30
icon-with-fallback Connect distinct accounts per site (#7004) 2019-12-03 09:35:56 -08:00
identicon Replace inlined blockies identicon with npm package (#7757) 2020-01-07 23:55:32 -04:00
jazzicon Update jazzicon component (#7898) 2020-01-28 16:08:55 -08:00
loading-screen Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
lock-icon yarn lint --fix 2019-12-03 17:20:55 -03:30
metafox-logo Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
page-container Add withFixtures helper and simple-send test (#7862) 2020-01-20 14:50:25 -04:00
search-icon Search accounts by name (#7261) 2019-12-03 22:51:55 -03:30
sender-to-recipient Add react/no-unused-prop-types ESLint rule (#7655) 2019-12-07 23:10:47 -04:00
snackbar Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
spinner Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
tabs Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
text-field Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
toggle-button Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
token-balance Add react/no-unused-prop-types ESLint rule (#7655) 2019-12-07 23:10:47 -04:00
token-currency-display Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
token-input Delete onBlur handlers from currency and token input components (#7824) 2020-01-15 11:18:59 -04:00
unit-input Delete onBlur handlers from currency and token input components (#7824) 2020-01-15 11:18:59 -04:00
copyButton.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
editable-label.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
fiat-value.js Convert FiatValue component to ES6 class (#7786) 2020-01-13 11:42:26 -03:30
mascot.js Replace debounce package with debounce function from lodash (#7931) 2020-01-29 13:36:03 -04:00
qr-code.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
readonly-input.js Convert ReadOnlyInput to functional component (#7788) 2020-01-13 11:41:51 -03:30
tooltip-v2.js yarn lint --fix 2019-12-03 17:20:55 -03:30
tooltip.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30