1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/components/app
David Walsh 9dbc8b8ec0 Privacy - Show default selected network after a custom network has been added during onboarding ()
* Privacy - Allow users to set a custom RPC from the onboarding process ()

* Privacy - Allow adding custom IPFS from onboarding ()

* Privacy - Show default selected network after a custom network has been added during onboarding

* WIP: Show dropdown list of networks

* Add network switcher to the onboarding advanced privacy screen

* Fix duplicate imports

* Provide default for networks

* Update ui/helpers/utils/ipfs.js

Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>

* Fix lint

* Remove unwanted changes

* Fix lint

Co-authored-by: legobeat <109787230+legobeat@users.noreply.github.com>
2022-12-08 16:50:47 +00:00
..
account-list-item Continue converting tests from enzyme to @testing-library/react. () 2022-09-21 11:38:35 -05:00
account-menu Create constants for all keyring types () 2022-11-21 08:23:35 -06:00
add-network Enable "Add Popular Network" feature by default for all users () 2022-10-27 07:55:30 -02:30
advanced-gas-controls Fix inputs that should allow decimals () 2022-10-25 00:25:31 -02:30
advanced-gas-fee-popover Fix inputs that should allow decimals () 2022-10-25 00:25:31 -02:30
advanced-gas-inputs remove customize-gas modal and related code that is no longer used () 2022-09-28 15:00:57 -05:00
alerts Create constants for all keyring types () 2022-11-21 08:23:35 -06:00
app-header BETA - Add beta banner to all screens () 2022-11-16 11:41:15 -06:00
app-loading-spinner swap hex colors in ui/components/app folder () 2022-03-25 08:32:36 -07:00
approve-content-card Token allowance screen updated () 2022-11-07 12:21:38 -06:00
asset-list Revert "Ensure that 'tokens found in this account' message is only shown when token detection activated ()" () 2022-09-19 15:41:48 -02:30
asset-list-item Continue converting tests from enzyme to @testing-library/react () 2022-10-11 12:54:50 -05:00
beta-header BETA - Update to sentence case () 2022-11-21 08:44:46 -06:00
cancel-button update prettier () 2022-07-31 13:26:40 -05:00
cancel-speedup-popover Remove related UI code from the app dir () 2022-09-16 14:05:21 -05:00
collectible-default-image Fixing lint issues () 2022-09-12 08:32:09 -07:00
collectible-details Update @metamask/controllers to v33 () 2022-11-15 15:19:42 -03:30
collectible-options update prettier () 2022-07-31 13:26:40 -05:00
collectibles-detection-notice Bump controllers v30.0.2 () 2022-07-18 09:43:30 -05:00
collectibles-items update prettier () 2022-07-31 13:26:40 -05:00
collectibles-tab Update @metamask/controllers to v33 () 2022-11-15 15:19:42 -03:30
confirm-page-container NFT setApprovalForAll warning popover () 2022-12-06 14:24:07 -06:00
confirmation-warning-modal Allow adding networks with the same chainId as a preloaded/default network via wallet_AddEthereumChain API () 2022-12-02 21:14:27 -06:00
connected-accounts-list update prettier () 2022-07-31 13:26:40 -05:00
connected-accounts-permissions [FLASK] Expose transaction origin to transaction insight snaps () 2022-12-01 14:38:56 +01:00
connected-sites-list Fix connected site styling () 2022-08-09 12:29:38 -05:00
connected-status-indicator Updating all background-default hovers colors () 2022-11-17 12:53:51 -08:00
contact-list Token detection V2 Flag Removal and Re-introducing the use of legacy token list when token detection is OFF () 2022-08-09 22:56:25 -02:30
create-new-vault Remove related UI code from the app dir () 2022-09-16 14:05:21 -05:00
currency-input Deprecating the Rinkeby, Ropsten, and Kovan test networks () 2022-09-28 20:26:01 -07:00
custom-spending-cap Token allowance screen updated () 2022-11-07 12:21:38 -06:00
deposit-popover 16083: Fix deposit eth popover layout () 2022-10-12 16:07:28 -07:00
detected-token Don't display DetectedTokenSelectionPopover if there are no detected tokens () 2022-09-19 15:10:05 -02:30
dropdowns Privacy - Show default selected network after a custom network has been added during onboarding () 2022-12-08 16:50:47 +00:00
edit-gas-display e2e test for gas API fallback () 2022-10-10 14:59:58 -07:00
edit-gas-display-education Adding polymorphic 'as' prop to Box component and updating Typography component to use the same () 2022-08-10 12:42:42 -07:00
edit-gas-fee-button EditGasFeeBtn: Insufficient number of substitutions for key "dappSuggestedTooltip" () 2022-05-23 15:04:54 -05:00
edit-gas-fee-popover Updating all background-default hovers colors () 2022-11-17 12:53:51 -08:00
edit-gas-popover Remove related UI code from the app dir () 2022-09-16 14:05:21 -05:00
flask [FLASK] Add snap alerts and prompts via snap_dialog RPC method () 2022-12-01 16:46:06 +01:00
gas-details-item migrate network constants to typescript () 2022-09-14 09:55:31 -05:00
gas-timing Unable to proceed with tx bc of inaccurate/overly aggressive "Insufficient funds for gas" warning () 2022-11-28 10:41:42 -06:00
hold-to-reveal-button Update Eslint and deps () 2022-07-26 13:10:51 -05:00
home-notification Update media query instances () 2022-08-04 09:03:02 -05:00
import-token-link Deprecating the Rinkeby, Ropsten, and Kovan test networks () 2022-09-28 20:26:01 -07:00
info-box Continue converting tests from enzyme to @testing-library/react. () 2022-09-23 09:41:35 -05:00
ledger-instruction-field Adding initial and transparent to Box component () 2022-08-12 15:14:59 -07:00
loading-network-screen fix infura rpc detection () 2022-11-23 21:30:45 +00:00
menu-bar Create constants for all keyring types () 2022-11-21 08:23:35 -06:00
metamask-template-renderer [FLASK] Add snap alerts and prompts via snap_dialog RPC method () 2022-12-01 16:46:06 +01:00
metamask-translation Use Webpack 5 for Storybook () 2022-11-29 19:23:36 +01:00
modal Continue converting tests from enzyme to @testing-library/react. () 2022-09-23 09:41:35 -05:00
modals Privacy - Show default selected network after a custom network has been added during onboarding () 2022-12-08 16:50:47 +00:00
multilayer-fee-message Improvements for multi-layer fee UX () 2022-03-29 16:51:45 -02:30
multiple-notifications Update media query instances () 2022-08-04 09:03:02 -05:00
network-account-balance-header Remove ETH badge from NetworkAccountBalanceHeader when on non-ETH net… () 2022-10-25 17:03:45 +02:00
network-display Deprecating the Rinkeby, Ropsten, and Kovan test networks () 2022-09-28 20:26:01 -07:00
permission-page-container Update media query instances () 2022-08-04 09:03:02 -05:00
permissions-connect-footer Consolidating Zendesk URLs in to constants file () 2022-08-23 09:19:31 -05:00
permissions-connect-header Sign-in With Ethereum Design Update () 2022-10-04 18:33:51 -03:00
permissions-connect-permission-list [FLASK] Expose transaction origin to transaction insight snaps () 2022-12-01 14:38:56 +01:00
qr-hardware-popover fix animated qr in dark mode () 2022-06-13 16:07:51 -05:00
recovery-phrase-reminder Adding polymorphic 'as' prop to Box component and updating Typography component to use the same () 2022-08-10 12:42:42 -07:00
selected-account Updating all background-default hovers colors () 2022-11-17 12:53:51 -08:00
set-approval-for-all-warning NFT setApprovalForAll warning popover () 2022-12-06 14:24:07 -06:00
signature-request Add user guidance on signature request screen () 2022-12-02 08:12:43 -06:00
signature-request-original Removed Confirm and Cancel events as they are not triggered anymore () 2022-12-03 09:59:55 -06:00
signature-request-siwe Sign-in With Ethereum Design Update () 2022-10-04 18:33:51 -03:00
srp-input Update media query instances () 2022-08-04 09:03:02 -05:00
step-progress-bar Overall CSS () 2022-05-16 13:38:04 -05:00
tab-bar Update media query instances () 2022-08-04 09:03:02 -05:00
token-cell Continue converting tests from enzyme to @testing-library/react () 2022-10-11 12:54:50 -05:00
token-list Integrate TokensController () 2021-09-10 12:37:19 -05:00
token-list-display Feat/hide 0 balances () 2022-02-02 12:32:16 +01:00
transaction-activity-log Continue converting tests from enzyme to @testing-library/react () 2022-10-11 12:54:50 -05:00
transaction-breakdown Continue converting tests from enzyme to @testing-library/react () 2022-10-20 11:20:49 -07:00
transaction-decoding Updating all background-default hovers colors () 2022-11-17 12:53:51 -08:00
transaction-detail Updated all instances of "Component API" to "Props" in storybook documentation () 2022-07-27 00:22:40 +05:30
transaction-detail-item upgrade gulp-autoprefixer () 2022-11-15 08:40:56 -06:00
transaction-icon Slight cleanup of constants/transactions, useTransactionDisplayData, and TransactionIcon () 2022-05-26 16:26:45 -05:00
transaction-list Remove related UI code from the app dir () 2022-09-16 14:05:21 -05:00
transaction-list-item upgrade jest () 2022-08-23 15:13:02 -05:00
transaction-list-item-details upgrade gulp-autoprefixer () 2022-11-15 08:40:56 -06:00
transaction-status Continue converting tests from enzyme to @testing-library/react () 2022-10-20 11:20:49 -07:00
transaction-total-banner Removing storybook tests () 2022-11-18 07:32:20 -08:00
user-preferenced-currency-display Continue converting tests from enzyme to @testing-library/react () 2022-10-20 11:20:49 -07:00
user-preferenced-currency-input Continue converting tests from enzyme to @testing-library/react () 2022-10-20 11:20:49 -07:00
user-preferenced-token-input Continue converting tests from enzyme to @testing-library/react () 2022-10-20 11:20:49 -07:00
wallet-overview Create constants for all keyring types () 2022-11-21 08:23:35 -06:00
whats-new-popup Add security & privacy "What's New" message () 2022-12-02 17:59:41 -06:00
app-components.scss NFT setApprovalForAll warning popover () 2022-12-06 14:24:07 -06:00
menu-droppo.js Convert unit test render from enzyme to @testing-library/react. () 2022-08-03 13:30:43 -07:00