1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-22 17:33:23 +01:00
🦊 Minimalized version of MetaMask for my own personal use.
Go to file
David Walsh c079c4320e
UX: Multichain: Account Menu List (#17947)
* UX: Multichain: Account Menu List

* Move to using stylesheet

* Add hover state

* Implement George's suggestions

* Add connected site avatar

* Add hardware tag

* Create story for selected hardware item

* Progress on the AccountListItemMenu

* Add story for AccountListItemMenu

* Better position the account menu

* Fix AvatarFavicon missing name prop

* Update menu options label to be account specific

* Update text of 'View on Explorer'

* Add AccountListMenu component

* Move all items to multichain directory

* Fix paths

* Fix linting, use AvatarIcon

* Add title and close button to account menu

* Center the popover title

* Add search functionality

* Implementation WIP

* Add MULTICHAIN feature flag

* Add MULTICHAIN feature flag, add actions for menu items

* Properly dispatch events

* Fix search box padding

* Fix sizing of menu item text

* Fix isRequired

* Fix alignment of the popover

* Update label for hardware wallet items, add text for no search results

* Update keyring retreival to remove account and add label

* Fix storybook

* Fix double link click issue, prevent wrapping of values

* Use labelProps for tag variant

* Restructure item menu story

* Empower storybooks for all new components

* Allow only 3 decimals for currencies

* Avoid inline styles

* Prefix classes with multichain, fix account-list-menu storybook

* Close the accounts menu when account details is clicked

* Restore tag.js

* Create global file for multichain css

* Add index file for multichain js

* Update file paths

* Ensure the block domain is present in menu

* Add AccountListItem test

* Add AccountListItemMenu tests

* Show account connect to current dapp

* Improve tests

* Make avatar smaller

* Add tooltip for account menu

* Align icon better

* Update snapshot

* Rename files to DS standard

* Add index files for export

* Export all multichain components

* Update snapshot

* Remove embedded style in popover

* Add comments for props, cleanup storybook

* Improve test coverage

* Improve test code quality

* Remove border form avatar

* Switch to using the ButtonLink iconName prop

* Only show tooltip if character limit is reached

* Restore prior search settings

* Add test for tooltip
2023-03-22 15:30:08 +05:30
.circleci NFTs: Remove feature flag for release (#17401) 2023-03-13 14:29:37 -05:00
.github Add github action to trigger metamask-desktop CI (#17977) 2023-03-09 15:37:01 +00:00
.husky Add testing documentation (#17411) 2023-02-09 17:08:48 +00:00
.storybook UX: Multichain: Account Menu List (#17947) 2023-03-22 15:30:08 +05:30
.vscode Add .vscode settings to the repo (#16648) 2023-02-22 10:33:12 -08:00
.yarn security: patch request for CVE-2023-28155 (#18208) 2023-03-17 11:59:39 -02:30
app UX: Multichain: Account Menu List (#17947) 2023-03-22 15:30:08 +05:30
development UX: Multichain: Account Menu List (#17947) 2023-03-22 15:30:08 +05:30
docs Adding details document about confirmation pages frontend refactoring (#17742) 2023-02-21 14:52:00 +05:30
lavamoat Use core message managers and create sign controller (#18163) 2023-03-20 13:19:50 +00:00
shared feat: add the ConsenSys zkEVM (Linea) as a default network (#17875) 2023-03-21 13:58:38 -02:30
test Fix/button base ellipsis support (#18205) 2023-03-21 19:19:49 -07:00
types Use core message managers and create sign controller (#18163) 2023-03-20 13:19:50 +00:00
ui UX: Multichain: Account Menu List (#17947) 2023-03-22 15:30:08 +05:30
.browserslistrc Update minimum browser versions (#12847) 2023-02-24 11:39:56 -03:30
.depcheckrc.yml link component (#17897) 2023-03-10 17:47:01 +00:00
.editorconfig Clean EditorConfig file 2019-05-23 07:17:42 -02:30
.eslintrc.babel.js Refactor ESLint config (#13482) 2022-02-28 10:42:09 -07:00
.eslintrc.base.js Remove unnecessary file extensions (#15352) 2022-07-27 14:32:17 -05:00
.eslintrc.js Adding browser outdated notification (#17027) 2023-02-02 13:56:41 -05:00
.eslintrc.jsdoc.js remove exclusions for mismatched object jsdoc type casing (#15351) 2022-07-27 08:28:05 -05:00
.eslintrc.node.js Refactor ESLint config (#13482) 2022-02-28 10:42:09 -07:00
.eslintrc.typescript-compat.js Add TypeScript to the linting process (#13495) 2022-03-21 12:54:47 -06:00
.gitattributes upgrade yarn to version 3 (#16232) 2022-12-08 10:38:04 -06:00
.gitignore Add .vscode settings to the repo (#16648) 2023-02-22 10:33:12 -08:00
.iyarc security: patch request for CVE-2023-28155 (#18208) 2023-03-17 11:59:39 -02:30
.metamaskrc.dist UX: Multichain: Account Menu List (#17947) 2023-03-22 15:30:08 +05:30
.mocharc.js Adding browser outdated notification (#17027) 2023-02-02 13:56:41 -05:00
.nvmrc Bump minimum Node.js version to 16 (#15131) 2022-07-02 23:32:18 -07:00
.prettierignore Add .vscode settings to the repo (#16648) 2023-02-22 10:33:12 -08:00
.prettierrc.yml @metamask/eslint config@5.0.0 (#10358) 2021-02-04 10:15:23 -08:00
.yarnrc.yml Fixing yarn version command, adding yarn version plugin (#17325) 2023-02-01 17:05:52 -07:00
babel.config.js Update minimum browser versions (#12847) 2023-02-24 11:39:56 -03:30
CHANGELOG.md Update changelog 2023-03-13 09:33:27 -02:30
codecov.yml split unit tests (#16455) 2023-01-11 12:23:38 -06:00
coverage-targets.js [FLASK] Add tooltips to show info about a permission (#17685) 2023-03-20 12:32:03 +01:00
crowdin.yml Update crowdin.yml (#15910) 2022-09-23 10:26:37 -05:00
jest.config.js Updating jest config to ignore all stories files including js and tsx (#18231) 2023-03-20 16:24:26 -07:00
LICENSE update email in license (#15948) 2022-09-23 09:41:58 -05:00
nyc.config.js Fixing yarn version command, adding yarn version plugin (#17325) 2023-02-01 17:05:52 -07:00
package.json devdeps: resolve-url-loader@3.1.2->3.1.5 (#18183) 2023-03-22 09:59:59 +09:00
README.md Update README.md (#17978) 2023-03-03 17:04:25 -03:30
stylelint.config.js Update ESLint config to v8 (#12886) 2021-12-09 15:36:24 -03:30
tsconfig.json Adding types file to Box component (#18009) 2023-03-08 09:35:16 -08:00
yarn.lock devdeps: webpack@5.75.0->5.76.2 (#18182) 2023-03-22 10:00:44 +09:00

MetaMask Browser Extension

You can find the latest version of MetaMask on our official website. For help using MetaMask, visit our User Support Site.

For general questions, feature requests, or developer questions, visit our Community Forum.

MetaMask supports Firefox, Google Chrome, and Chromium-based browsers. We recommend using the latest available browser version.

For up to the minute news, follow our Twitter or Medium pages.

To learn how to develop MetaMask-compatible applications, visit our Developer Docs.

To learn how to contribute to the MetaMask project itself, visit our Internal Docs.

Building locally

  • Install Node.js version 16
    • If you are using nvm (recommended) running nvm use will automatically choose the right node version for you.
  • Install Yarn v3
    • ONLY follow the steps in the "Install Corepack" and "Updating the global Yarn version" sections
    • DO NOT take any of the steps in the "Initializing your project", "Updating to the latest versions" or "Installing the latest build fresh from master" sections. These steps could result in your repo being reset or installing the wrong yarn version, which can break your build.
  • Copy the .metamaskrc.dist file to .metamaskrc
  • Build the project to the ./dist/ folder with yarn dist.
    • Optionally, you may run yarn start to run dev mode.

Uncompressed builds can be found in /dist, compressed builds can be found in /builds once they're built.

See the build system readme for build system usage information.

Git Hooks

To get quick feedback from our shared code quality fitness functions before committing the code, you can install our git hooks with Husky.

$ yarn githooks:install

You can read more about them in our testing documentation.

Contributing

Development builds

To start a development build (e.g. with logging and file watching) run yarn start.

React and Redux DevTools

To start the React DevTools, run yarn devtools:react with a development build installed in a browser. This will open in a separate window; no browser extension is required.

To start the Redux DevTools Extension:

  • Install the package remotedev-server globally (e.g. yarn global add remotedev-server)
  • Install the Redux Devtools extension.
  • Open the Redux DevTools extension and check the "Use custom (local) server" checkbox in the Remote DevTools Settings, using the default server configuration (host localhost, port 8000, secure connection checkbox unchecked).

Then run the command yarn devtools:redux with a development build installed in a browser. This will enable you to use the Redux DevTools extension to inspect MetaMask.

To create a development build and run both of these tools simultaneously, run yarn start:dev.

Test Dapp

This test site can be used to execute different user flows.

Running Unit Tests and Linting

Run unit tests and the linter with yarn test. To run just unit tests, run yarn test:unit.

You can run the linter by itself with yarn lint, and you can automatically fix some lint problems with yarn lint:fix. You can also run these two commands just on your local changes to save time with yarn lint:changed and yarn lint:changed:fix respectively.

For Jest debugging guide using Node.js, see docs/tests/jest.md.

Running E2E Tests

Our e2e test suite can be run on either Firefox or Chrome.

  1. required yarn build:test to create a test build.
  2. run tests, targetting the browser:
  • Firefox e2e tests can be run with yarn test:e2e:firefox.
  • Chrome e2e tests can be run with yarn test:e2e:chrome. The chromedriver package major version must match the major version of your local Chrome installation. If they don't match, update whichever is behind before running Chrome e2e tests.

These test scripts all support additional options, which might be helpful for debugging. Run the script with the flag --help to see all options.

Running a single e2e test

Single e2e tests can be run with yarn test:e2e:single test/e2e/tests/TEST_NAME.spec.js along with the options below.

  --browser        Set the browser used; either 'chrome' or 'firefox'.
                                         [string] [choices: "chrome", "firefox"]
  --debug          Run tests in debug mode, logging each driver interaction
                                                      [boolean] [default: false]
  --retries        Set how many times the test should be retried upon failure.
                                                           [number] [default: 0]
  --leave-running  Leaves the browser running after a test fails, along with
                   anything else that the test used (ganache, the test dapp,
                   etc.)                              [boolean] [default: false]

For example, to run the account-details tests using Chrome, with debug logging and with the browser set to remain open upon failure, you would use: yarn test:e2e:single test/e2e/tests/account-details.spec.js --browser=chrome --debug --leave-running

Changing dependencies

Whenever you change dependencies (adding, removing, or updating, either in package.json or yarn.lock), there are various files that must be kept up-to-date.

  • yarn.lock:
    • Run yarn again after your changes to ensure yarn.lock has been properly updated.
    • Run yarn lint:lockfile:dedupe:fix to remove duplicate dependencies from the lockfile.
  • The allow-scripts configuration in package.json
    • Run yarn allow-scripts auto to update the allow-scripts configuration automatically. This config determines whether the package's install/postinstall scripts are allowed to run. Review each new package to determine whether the install script needs to run or not, testing if necessary.
    • Unfortunately, yarn allow-scripts auto will behave inconsistently on different platforms. macOS and Windows users may see extraneous changes relating to optional dependencies.
  • The LavaMoat policy files. The tl;dr is to run yarn lavamoat:auto to update these files, but there can be devils in the details:
    • There are two sets of LavaMoat policy files:
      • The production LavaMoat policy files (lavamoat/browserify/*/policy.json), which are re-generated using yarn lavamoat:background:auto. Add --help for usage.
        • These should be regenerated whenever the production dependencies for the background change.
      • The build system LavaMoat policy file (lavamoat/build-system/policy.json), which is re-generated using yarn lavamoat:build:auto.
        • This should be regenerated whenever the dependencies used by the build system itself change.
    • Whenever you regenerate a policy file, review the changes to determine whether the access granted to each package seems appropriate.
    • Unfortunately, yarn lavamoat:auto will behave inconsistently on different platforms. macOS and Windows users may see extraneous changes relating to optional dependencies.
    • If you keep getting policy failures even after regenerating the policy files, try regenerating the policies after a clean install by doing:
      • rm -rf node_modules/ && yarn && yarn lavamoat:auto
    • Keep in mind that any kind of dynamic import or dynamic use of globals may elude LavaMoat's static analysis. Refer to the LavaMoat documentation or ask for help if you run into any issues.

Architecture

Architecture Diagram

Other Docs

Dapp Developer Resources