1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-10-22 11:22:43 +02:00
metamask-extension/ui
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
..
__mocks__ Refactoring isManifestV3 variable (#15568) 2022-08-16 20:51:42 +05:30
components Add extension desktop UI (#17748) 2023-02-23 16:39:48 +00:00
contexts i18n: fix missing locale for "en" error (#17014) 2022-12-22 00:31:06 +07:00
css Added padding/margin inline support to the Box component (#17134) 2023-01-14 10:54:25 +05:30
ducks Add extension desktop UI (#17748) 2023-02-23 16:39:48 +00:00
helpers Add extension desktop UI (#17748) 2023-02-23 16:39:48 +00:00
hooks Add extension desktop UI (#17748) 2023-02-23 16:39:48 +00:00
pages Add extension desktop UI (#17748) 2023-02-23 16:39:48 +00:00
selectors Add extension desktop UI (#17748) 2023-02-23 16:39:48 +00:00
store Add extension desktop UI (#17748) 2023-02-23 16:39:48 +00:00
index.js Add extension desktop UI (#17748) 2023-02-23 16:39:48 +00:00
index.test.js Remove related UI code from the app dir (#15384) 2022-09-16 14:05:21 -05:00