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/app
Mark Stacey 583b404e02
Switch to full lodash package, and update lodash (#7907)
* Update lodash

All versions of the full `lodash` package have been updated to 4.17.15.
The only exception is v4.17.14 which is pinned by `ganache-core`.

* Switch to using `lodash` instead of per-method packages

We have the full lodash package _ten times_ as a production transitive
dependency, so including per-method packages is not saving space (it
might instead result in slightly more space being used).
2020-01-27 12:45:48 -04:00
..
account-details Remove unnecessary withRouter and compose calls (#7890) 2020-01-24 15:12:49 -04:00
account-menu Switch to full lodash package, and update lodash (#7907) 2020-01-27 12:45:48 -04:00
add-token-button yarn lint --fix 2019-12-03 17:20:55 -03:30
app-header Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
confirm-page-container Simplify e2e test transaction navigation (#7816) 2020-01-14 14:53:02 -04:00
connected-sites-list Remove unnecessary withRouter and compose calls (#7890) 2020-01-24 15:12:49 -04:00
contact-list eslint: Enable more react/jsx-* rules (#7592) 2019-12-03 13:05:44 -03:30
dai-migration-component Add Remind Me Later to SAI migration notification 2019-11-19 16:40:00 -03:30
dropdowns Fix prop types for NetworkDropdown tests (#7837) 2020-01-16 00:03:37 -03:30
gas-customization Switch to full lodash package, and update lodash (#7907) 2020-01-27 12:45:48 -04:00
home-notification yarn lint --fix 2019-12-03 17:20:55 -03:30
info-box Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
loading-network-screen Remove unused current view related things (#7843) 2020-01-16 13:02:44 -04:00
menu-bar Remove unused className prop (#7800) 2020-01-10 10:43:44 -04:00
modal Connect distinct accounts per site (#7004) 2019-12-03 09:35:56 -08:00
modals Remove unnecessary get environment type parameter (#7891) 2020-01-24 15:12:58 -04:00
multiple-notifications eslint: Enable more react/jsx-* rules (#7592) 2019-12-03 13:05:44 -03:30
network-display Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
permission-page-container Remove unnecessary withRouter and compose calls (#7890) 2020-01-24 15:12:49 -04:00
selected-account Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
shift-list-item Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
sidebars Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
signature-request Remove unnecessary get environment type parameter (#7891) 2020-01-24 15:12:58 -04:00
signature-request-original Remove unnecessary get environment type parameter (#7891) 2020-01-24 15:12:58 -04:00
token-cell Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
transaction-action yarn lint --fix 2019-12-03 17:20:55 -03:30
transaction-activity-log Merge pull request #7591 from whymarrh/eslint-object-curly-spacing 2019-12-04 10:25:32 -08:00
transaction-breakdown Fix propTypes for TransactionBreakdown component (#7848) 2020-01-16 18:19:38 -03:30
transaction-list Remove unnecessary withRouter and compose calls (#7890) 2020-01-24 15:12:49 -04:00
transaction-list-item Remove unnecessary get environment type parameter (#7891) 2020-01-24 15:12:58 -04:00
transaction-list-item-details Add required props for TransactionListItemDetails tests (#7834) 2020-01-16 00:04:32 -03:30
transaction-status Address various UI styling issues (#6744) 2019-07-08 15:28:35 -02:30
transaction-time-remaining Remove unnecessary withRouter and compose calls (#7890) 2020-01-24 15:12:49 -04:00
transaction-view Default Privacy Mode to ON, allow force sharing address (#6904) 2019-08-01 10:54:33 -02:30
transaction-view-balance Add withFixtures helper and simple-send test (#7862) 2020-01-20 14:50:25 -04:00
user-preferenced-currency-display Enforce a single boolean attr notation in JSX (#7465) 2019-11-18 19:53:41 -03:30
user-preferenced-currency-input Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
user-preferenced-token-input Folder restructure (#6304) 2019-03-21 20:33:30 -02:30
wallet-view Remove unused current view related things (#7843) 2020-01-16 13:02:44 -04:00
account-panel.js Convert AccountPanel component to ES6 class (#7775) 2020-01-10 10:32:24 -03:30
index.scss Connect distinct accounts per site (#7004) 2019-12-03 09:35:56 -08:00
menu-droppo.js Fix propTypes and test props for Dropdown components (#7851) 2020-01-16 18:18:09 -03:30
network.js Refactor Network dropdown component (#7817) 2020-01-16 15:02:03 -03:30
tab-bar.js Migrate codebase to use ESM (#7730) 2020-01-09 00:04:58 -03:30
token-list.js Convert TokenList component to an ES6 class (#7785) 2020-01-13 11:39:38 -03:30