mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
bde74756d3
* feat: add desktop enable button component This component will be added to the experimental page. Users will then be able to initialize a desktop connection * feat: add desktop pairing page * feat: add desktop deep-linking shared lib * test: add initial entries to render helper Allow specifying initialEntries for MemoryRouter. This change will allow testing pages that use the useParam hook. * feat: add desktop error page Error page for any desktop pairing related issue * feat: add desktop routes to route component * feat: add enable desktop button to experimental tab * feat: add desktop icon when paired in dev mode * feat: disable ledger live control when desktop enabled * feat: register desktop error actions on ui init * fix: add missing code fencing * chore: remove enable desktop rpc middleware Now that we are adding the UI there's no need for this rpc middleware (as it was used to test desktop background code) * fix: display experimental tab for desktop
29 lines
953 B
SCSS
29 lines
953 B
SCSS
/** Please import your files in alphabetical order **/
|
|
@import 'add-nft/index';
|
|
@import 'import-token/index';
|
|
@import 'asset/asset';
|
|
@import 'confirm-import-token/index';
|
|
@import 'confirm-add-suggested-token/index';
|
|
@import 'confirm-approve/index';
|
|
@import 'confirm-decrypt-message/confirm-decrypt-message';
|
|
@import 'confirm-encryption-public-key/confirm-encryption-public-key';
|
|
@import 'confirmation/confirmation';
|
|
@import 'connected-sites/index';
|
|
@import 'connected-accounts/index';
|
|
@import 'connected-sites/index';
|
|
@import 'create-account/index';
|
|
@import 'error/index';
|
|
@import 'send/gas-display/index';
|
|
@import 'home/index';
|
|
@import 'keychains/index';
|
|
@import 'permissions-connect/index';
|
|
@import 'send/send';
|
|
@import 'settings/index';
|
|
@import 'swaps/index';
|
|
@import 'token-allowance/index';
|
|
@import 'token-details/index';
|
|
@import 'unlock-page/index';
|
|
@import 'onboarding-flow/index';
|
|
@import 'notifications/index';
|
|
@import 'desktop-pairing/index';
|