1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 19:26:13 +02:00
metamask-extension/ui/selectors
João Tavares bde74756d3
Add extension desktop UI (#17748)
* 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
2023-02-23 16:39:48 +00:00
..
confirm-transaction.js feature: convert level 32 files to typescript (#17390) 2023-01-27 18:28:03 +00:00
confirm-transaction.test.js Convert Transaction constants to typescript (#17149) 2023-01-18 08:47:29 -06:00
custom-gas.js feature: convert level 32 files to typescript (#17390) 2023-01-27 18:28:03 +00:00
custom-gas.test.js feature: convert level 32 files to typescript (#17390) 2023-01-27 18:28:03 +00:00
first-time-flow.js Remove ONBOARDING_V2 flag for release (#16865) 2023-01-13 10:25:01 -06:00
index.js Implement event fragments (#12251) 2022-01-12 13:31:54 -06:00
metametrics.js Implement event fragments (#12251) 2022-01-12 13:31:54 -06:00
metametrics.test.js Implement event fragments (#12251) 2022-01-12 13:31:54 -06:00
nonce-sorted-transactions-selector.test.js Convert Transaction constants to typescript (#17149) 2023-01-18 08:47:29 -06:00
permissions.js [FLASK] Expose transaction origin to transaction insight snaps (#16671) 2022-12-01 14:38:56 +01:00
permissions.test.js [FLASK] Expose transaction origin to transaction insight snaps (#16671) 2022-12-01 14:38:56 +01:00
selectors.js Add extension desktop UI (#17748) 2023-02-23 16:39:48 +00:00
selectors.test.js Add extension desktop UI (#17748) 2023-02-23 16:39:48 +00:00
transactions.js Relocate conversion utils to shared/modules/conversion.utils.js (#17319) 2023-01-20 11:04:37 -06:00
transactions.test.js Convert Transaction constants to typescript (#17149) 2023-01-18 08:47:29 -06:00