1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-02 14:15:06 +01:00
metamask-extension/ui/components/app
Dan J Miller 738d2722c5 Fixes updates on the confirm screen. (#11788)
* Fixes updates on the confirm screen.

* Better handling of internal send transactions

* maxFee -> maxFeePerGas property name fix

* Remove redundant setEstimateToUse call in onManualChange

* Fix unit tests

* rebase error fix

* Fixes to speedup loading and transaction breakdown priority fee

* Fix lint and unit tests

* Ensure gas price based transaction that have been customized (e.g. speed up and retry) are properly initialized in useGasFeeInputs

* Clean up

* Link fix
2021-08-06 19:30:10 -02:30
..
account-list-item use safer toChecksum utility (#11117) 2021-05-17 16:19:39 -05:00
account-menu No longer deconstructing account menu ref if it isn't rendered (#11585) 2021-07-22 11:42:44 -07:00
add-token-button remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
advanced-gas-controls Fixes updates on the confirm screen. (#11788) 2021-08-06 19:30:10 -02:30
alerts remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
app-header remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
asset-list Update controllers with conversionRate change with minimal required changes in extension (#11361) 2021-06-23 18:28:49 -05:00
asset-list-item Update controllers with conversionRate change with minimal required changes in extension (#11361) 2021-06-23 18:28:49 -05:00
confirm-page-container add MODIFY_IN_PLACE as mode prop on edit-gas-popover (#11527) 2021-07-15 12:31:51 -05:00
connected-accounts-list remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
connected-accounts-permissions remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
connected-sites-list remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
connected-status-indicator remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
contact-list remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
dropdowns remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
edit-gas-display Fixes updates on the confirm screen. (#11788) 2021-08-06 19:30:10 -02:30
edit-gas-display-education EIP-1559 - Fix education links (#11650) 2021-07-29 09:18:13 -05:00
edit-gas-popover Fixes updates on the confirm screen. (#11788) 2021-08-06 19:30:10 -02:30
gas-customization Stop GasFeeController polling when pop closes (#11746) 2021-08-04 20:24:40 -02:30
gas-timing Restore heartbeat to transaction confirmation, use isGasEstimatesLoading more broadly (#11781) 2021-08-06 01:45:53 -02:30
home-notification remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
info-box remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
loading-network-screen Using values from shared/constants/time to represent timing values (#11241) 2021-06-10 12:27:03 -07:00
menu-bar Improve handling for block explorer url host extraction (#11543) 2021-07-16 11:52:41 -07:00
metamask-template-renderer remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
metamask-translation remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
modal remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
modals Fix #11703 - Provide wiring for approval modal (#11711) 2021-08-02 09:07:15 -05:00
multiple-notifications Using fixed positioning for home notifications (#11356) 2021-06-21 15:51:09 -07:00
network-display make network-display component only clickable when passed a function for onClick (#11379) 2021-06-30 13:21:48 -05:00
permission-page-container remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
permissions-connect-footer remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
permissions-connect-header remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
recovery-phrase-reminder Adding periodic reminder modal for backing up recovery phrase (#11021) 2021-06-04 23:33:58 -07:00
selected-account Adding copy icon to home screen account address (#11460) 2021-07-06 11:17:13 -07:00
sidebars provide skeleton for submitting gas form (#11496) 2021-07-12 14:35:54 -05:00
signature-request Prevent signature request component from canceling hardware wallet signing (#11013) 2021-05-07 15:54:20 -05:00
signature-request-original move conversion utils to shared folder (#11451) 2021-07-06 12:48:49 -05:00
step-progress-bar Add recovery-phrase views for new onboarding flow (#11434) 2021-07-07 19:10:12 -05:00
tab-bar remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
token-cell add erc-721 token detection and flag to disable sending (#11210) 2021-06-22 12:39:44 -05:00
token-list remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
transaction-activity-log move metamask state selectors out of send (#11249) 2021-06-08 11:03:59 -05:00
transaction-breakdown tiny lost code change from 9.8.4 RC (#11764) 2021-08-04 20:24:40 -02:30
transaction-detail Restore heartbeat to transaction confirmation, use isGasEstimatesLoading more broadly (#11781) 2021-08-06 01:45:53 -02:30
transaction-detail-item EIP-1559 - Ensure transaction detail font-size and icon colors are consistent with Figma design (#11735) 2021-08-03 14:01:25 -02:30
transaction-icon Adding method to capture one-time Sentry exceptions (#11553) 2021-07-22 16:13:40 -07:00
transaction-list Fixing unlocalized strings (#11102) 2021-05-14 17:29:26 -07:00
transaction-list-item Fixes updates on the confirm screen. (#11788) 2021-08-06 19:30:10 -02:30
transaction-list-item-details Using values from shared/constants/time to represent timing values (#11241) 2021-06-10 12:27:03 -07:00
transaction-status remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
transaction-total-banner remove estimation appearance from edit-gas-popover on non-1559 networks (#11673) 2021-07-29 18:29:36 -05:00
user-preferenced-currency-display Add Approval Confirmation Screen component to Storybook (#10998) 2021-05-25 08:20:09 +08:00
user-preferenced-currency-input remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
user-preferenced-token-input remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
wallet-overview Refactor send page state management (#10965) 2021-06-23 16:35:25 -05:00
whats-new-popup Improve detection of whether a whats new notification was 'seen' (#11225) 2021-06-03 13:58:04 -02:30
app-components.scss Add recovery-phrase views for new onboarding flow (#11434) 2021-07-07 19:10:12 -05:00
menu-droppo.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00