1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-12-23 09:52:26 +01:00
metamask-extension/ui/components/app/signature-request-original
Niranjana Binoy 0c203d0518
Signature-Request refactor (#19104)
* refactoring signature-request and adding test coverage

* adding storybook and removing the reduntant files:

* adding new components from

* replacing <SiteOrigin/> with <TagUrl/>

* updating review comments from Jyoti and George

* adding the hook

* refactoring in the changes from #18770 MMI PR

* adding new hook for the MMISign changes

* updating lavamoat

* updating lavamoat

* removing a commeted line

* updating the sign check with accountType conditional

* fixing build issues

* updating the review comments on the hooks

* updating signatureRequestHeader

* lint fix

* fixing test failure

* lint fix

* updating review comments

* adding the renamed hook

* updating the origin url

* fixing test failure

* migrating changes from #19184

* updating snapshot

* fixing e2e failure

* fixing e2e failure

* addressing review comments from Joao

* migrating chnages from #19892

* moving shallowEqual inside of mmi build

* migrating changes from #19881

* fixing build failure

* migrating changes from #19949

* migrating changes from #19468

* updating snapshot

* updating snapshot

* updating QA review comments

* fixing full screen height issue from develop

* migrating changes from #20083

* fixing snapshot
2023-07-20 18:51:38 +01: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 Signature-Request refactor (#19104) 2023-07-20 18:51:38 +01:00
signature-request-original.container.js [MMI] Fix Connect MMI and Deep link Flows (#19881) 2023-07-13 10:42:08 +02: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} />