mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-24 11:01:41 +01:00
2673eef3c4
* Redesign approve screen * Add translations to approve screen components * Show account in header of approve screen * Use state prop bool for unlimited vs custom check in edit-approval-permission * Set option to custom on input change in edit-approval-permission * Allow setting of approval amount to unlimited in edit-approval-permission * Fix height of confirm-approval popup * Ensure decimals prop passted to confirm-approve.component is correct type * Ensure first param passed to calcTokenValue in confirm-approve.util is the correct type * Fix e2e test of permission editing * Remove unused code from edit-approval-permission.container
16 lines
238 B
SCSS
16 lines
238 B
SCSS
@import 'unlock-page/index';
|
|
|
|
@import 'add-token/index';
|
|
|
|
@import 'send/send';
|
|
|
|
@import 'confirm-add-token/index';
|
|
|
|
@import 'settings/index';
|
|
|
|
@import 'first-time-flow/index';
|
|
|
|
@import 'keychains/index';
|
|
|
|
@import 'confirm-approve/index';
|