1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-27 12:56:01 +01:00
metamask-extension/ui/app/components/ui
Mark Stacey 99ceca3d25
Update jazzicon component (#7898)
* Use ref instead of findDOMNode in jazzicon component

The jazzicon component was using `findDOMNode` to get the DOM node for
the main div returned by the component, which is generally not
recommended. Instead a ref is now used.

* Update Jazzicon to v2

This version drops the dependency upon `raphael`, and no longer uses
the function `createSVGMatrix` which was causing unit tests to fail
(because it's not supported by jsdom).
2020-01-28 16:08:55 -08: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 Use ref in Mascot component rather than reaching into DOM directly (#7893) 2020-01-24 14:15:34 -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