1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-22 18:00:18 +01:00
metamask-extension/ui/components/app/signature-request-original
António Regadas 4b9a4d330c
[MMI] Allows the mmi build to be generated using the dist command (#20148)
* adds listeners for signatureControll and adds the handleSigningEvents method

* clean up

* updates signature request containers files

* adds necessary methods

* wip

* signing flow with core methods

* yarn lint

* updates logic to fit latest signatureCOntroller

* updates mmi extension package

* updates signature-controller and message-manager packages

* checkout develop lock file and run yarn

* checkout develop lock file and package.json to test circleci

* test fix

* adds signature-controller new version

* updates mmi extension package

* tx-list update and runs lavamoat auto

* lint fix

* runs lavamoat auto

* resets lavamoat/build-system/policy.jsono to develop

* Update LavaMoat policies

* adds back the dispatch

* lint

* changes needed to generate a mmi build

* adds metametricsId in url param

* adds necessary fence

---------

Co-authored-by: MetaMask Bot <metamaskbot@users.noreply.github.com>
2023-07-25 10:31:52 +02:00
..
__snapshots__ Update Text import paths: /app (#20083) 2023-07-19 15:32:35 -07:00
signature-request-original-warning replacing deprecated constants and components (#20070) 2023-07-19 15:06:21 +05:30
index.js remove the ui/app and ui/lib folders (#10911) 2021-04-28 14:53:59 -05:00
index.scss Fix Signature Request scroll (#18305) 2023-03-23 16:04:24 -03:00
README.mdx Added storybook check to CI (#17092) 2023-01-21 00:57:46 +05:30
signature-request-original.component.js [MMI] Allows the mmi build to be generated using the dist command (#20148) 2023-07-25 10:31:52 +02:00
signature-request-original.container.js [MMI] Handle personal sign and sign typed operations (#20087) 2023-07-21 16:52:47 +01:00
signature-request-original.stories.js Using NetworkAccountBalanceHeader component on SIWE screen (#19361) 2023-06-06 09:53:28 -04:00
signature-request-original.test.js Security Provider cleanup (#19694) 2023-06-23 20:08:22 +02:00

import { Story, Canvas, ArgsTable } from '@storybook/addon-docs';

import SignatureRequestOriginal from '.';

# Signature Request

dApp requesting a signature from the user. This component appears for eth_signTypedData signatures are not v3 or v4. For other signatures, please see SignatureRequest.

<Canvas>
  <Story id="components-app-signaturerequestoriginal--default-story" />
</Canvas>

## Props

<ArgsTable of={SignatureRequestOriginal} />