1
0
mirror of https://github.com/kremalicious/metamask-extension.git synced 2024-11-29 15:50:28 +01:00
metamask-extension/ui/components/app/signature-request-original
Mark Stacey 88ae10418b
Expand usage of getProviderConfig selector (#18906)
The `getProviderConfig` selector is now used anywhere the `provider`
state was previously referenced directly. This was done to simplify
renaming this state from `provider` to `providerConfig` in a later PR.

Note that there are many opportunities left to use more-specific
selectors (e.g. `getChainId()` over `getProviderConfig().chainId`), but
that was intentionally omitted from this PR to reduce the size. I
started going down this path and it quickly exploded in scope.

Relates to #18902
2023-05-02 10:06:24 -02:30
..
__snapshots__ PermissionsConnectHeader: unlock SiteOrigin title (#18270) 2023-03-23 13:32:54 -03:00
signature-request-original-warning Fix/18492/update icon ts app folder (#18645) 2023-04-19 14:16:49 -07:00
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 feat: add yaml feature management (#18125) 2023-04-25 16:32:51 +02:00
signature-request-original.container.js Expand usage of getProviderConfig selector (#18906) 2023-05-02 10:06:24 -02:30
signature-request-original.stories.js [MMI] Adds a warning if message signing account mismatches selected account (#18659) 2023-04-25 12:47:12 +02:00
signature-request-original.test.js [MMI] Adds a warning if message signing account mismatches selected account (#18659) 2023-04-25 12:47:12 +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} />